]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
point client.tac at yumyum's queen
authorBrian Warner <warner@lothar.com>
Fri, 1 Dec 2006 00:16:31 +0000 (17:16 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 1 Dec 2006 00:16:31 +0000 (17:16 -0700)
client.tac

index a847dc98e720fa53d847f79eff57481634051cf9..7e25a8f7d4286706ca8385717d78e6779e0133df 100644 (file)
@@ -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)