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

Tres Seaver tseaver at zope.com
Mon Apr 29 17:53:20 EDT 2002


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

Modified Files:
	zeo.conf.in 
Log Message:


 - Make added storages really work.


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






More information about the zopeorg-checkins mailing list