From: Brian Warner <warner@lothar.com>
Date: Fri, 1 Dec 2006 00:16:31 +0000 (-0700)
Subject: point client.tac at yumyum's queen
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~534
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/module-simplejson._speedups.html?a=commitdiff_plain;h=b285f989363d14c13925e4cdcb2eefb47da11820;p=tahoe-lafs%2Ftahoe-lafs.git

point client.tac at yumyum's queen
---

diff --git a/client.tac b/client.tac
index a847dc98..7e25a8f7 100644
--- a/client.tac
+++ b/client.tac
@@ -4,7 +4,8 @@ from allmydata import client
 from twisted.application import service
 
 queen_pburl = "pb://jekyv6ghn7zinppk7wcvfmk7o4gw76hb@192.168.1.101:42552/roster"
-c = client.Client(queen_pburl)
+yumyum_queen = "pb://cznyjh2pi4bybn3g7pi36bdfnwz356vk@192.168.1.98:56510/roster"
+c = client.Client(yumyum_queen)
 
 application = service.Application("allmydata_client")
 c.setServiceParent(application)