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

Chris McDonough chrism at zope.com
Wed May 1 19:55:34 EDT 2002


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

Modified Files:
	custom_zodb.py.in 
Log Message:
Changed storage name back to Main and made zinstance use that name.


=== NZO_SiteLayout/var/zope/custom_zodb.py.in 1.5 => 1.6 ===
     port=<<ZEO_SERVER_PORT>>
     Storage=ZEO.ClientStorage.ClientStorage(
-        (host, port), name='')
+        (host, port), name='', storage='<<ZEO_SERVER_STORAGE>>')
 
 else:
     import ZODB.FileStorage






More information about the zopeorg-checkins mailing list