[Checkins] SVN: gocept.zeoraid/trunk/base.cfg Simpler default config.

Christian Theune ct at gocept.com
Wed Sep 10 03:11:44 EDT 2008


Log message for revision 91021:
  Simpler default config.
  

Changed:
  U   gocept.zeoraid/trunk/base.cfg

-=-
Modified: gocept.zeoraid/trunk/base.cfg
===================================================================
--- gocept.zeoraid/trunk/base.cfg	2008-09-10 07:11:30 UTC (rev 91020)
+++ gocept.zeoraid/trunk/base.cfg	2008-09-10 07:11:44 UTC (rev 91021)
@@ -16,7 +16,7 @@
 recipe = zc.zodbrecipes:server
 zeo.conf = 
     <zeo>
-    address 8101
+    address 8100
     </zeo>
     <filestorage 1>
     path ${storage1:path}
@@ -29,7 +29,7 @@
 recipe = zc.zodbrecipes:server
 zeo.conf = 
     <zeo>
-    address 8102
+    address 8101
     </zeo>
     <filestorage 1>
     path ${storage2:path}
@@ -39,16 +39,16 @@
 recipe = gocept.zeoraid:server
 zeo.conf =
     <zeo>
-    address 127.0.0.1:8100
+    address 127.0.0.1:8200
     </zeo>
     %import gocept.zeoraid
     <raidstorage main>
         <zeoclient 1>
-            server localhost:8101
+            server localhost:8100
             storage 1
         </zeoclient>
         <zeoclient 2>
-            server localhost:8102
+            server localhost:8101
             storage 1
         </zeoclient>
     </raidstorage>
@@ -57,16 +57,16 @@
 recipe = gocept.zeoraid:server
 zeo.conf =
     <zeo>
-    address 127.0.0.1:8103
+    address 127.0.0.1:8201
     </zeo>
     %import gocept.zeoraid
     <raidstorage main>
         <zeoclient 1>
-            server localhost:8101
+            server localhost:8100
             storage 1
         </zeoclient>
         <zeoclient 2>
-            server localhost:8102
+            server localhost:8101
             storage 1
         </zeoclient>
     </raidstorage>
@@ -75,3 +75,4 @@
 recipe = zc.recipe.egg:scripts
 eggs = ZODB3
        gocept.zeoraid
+interpreter = py



More information about the Checkins mailing list