[zopeorg-checkins] CVS: NZO_SiteLayout/etc - zeo.conf.in:1.7

Chris McDonough chrism at zope.com
Wed May 1 19:36:40 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout/etc
In directory cvs.zope.org:/tmp/cvs-serv19385/etc

Modified Files:
	zeo.conf.in 
Log Message:
Change defualt storage name to '1' instead of main to make life easy.


=== NZO_SiteLayout/etc/zeo.conf.in 1.6 => 1.7 ===
 #   What storages should we create? (must define at least the main one)
 #
-storage[ 'names'        ] = ( 'Main', )
+storage[ 'names'        ] = ( '1', )
 
 #   Mount a ZEO client storage as the root storage for the appserver.
 #
-storage[ 'Main'             ] = ( pjoin( env[ 'INSTANCE_HOME' ]
+storage[ '1'             ] = ( pjoin( env[ 'INSTANCE_HOME' ]
                                        , 'Storage.py'
                                        )
                                 , pjoin( env[ 'INSTANCE_HOME' ], 'Data.fs' )






More information about the zopeorg-checkins mailing list