From b285f989363d14c13925e4cdcb2eefb47da11820 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 30 Nov 2006 17:16:31 -0700
Subject: [PATCH] point client.tac at yumyum's queen

---
 client.tac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
-- 
2.45.2