[zopeorg-checkins] CVS: NZO_SiteLayout/var/zope - custom_zodb.py.in:1.4

Chris McDonough chrism at zope.com
Wed May 1 19:16:53 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout/var/zope
In directory cvs.zope.org:/tmp/cvs-serv9426/var/zope

Modified Files:
	custom_zodb.py.in 
Log Message:
Changed config files.


=== NZO_SiteLayout/var/zope/custom_zodb.py.in 1.3 => 1.4 ===
 if <<USE_ZEO_SERVER>>:
     import ZEO.ClientStorage, string
-    host=os.environ.get('ZEO_SERVER_NAME', '')
-    port=string.atoi(os.environ['ZEO_SERVER_PORT'])
+    host='<<ZEO_SERVER_HOST>>',
+    port=<<ZEO_SERVER_PORT>>,
     Storage=ZEO.ClientStorage.ClientStorage(
         (host, port), name='')
 






More information about the zopeorg-checkins mailing list