server/serverconfig.py
branchstable
changeset 5043 fe52dd3936cf
parent 4913 083b4d454192
child 5059 1d5c81588144
--- a/server/serverconfig.py	Fri Mar 26 14:13:34 2010 +0100
+++ b/server/serverconfig.py	Fri Mar 26 15:53:07 2010 +0100
@@ -194,8 +194,11 @@
 
     # read the schema from the database
     read_instance_schema = True
-    bootstrap_schema = True
-
+    # set to true while creating an instance
+    creating = False
+    # set this to true to get a minimal repository, for instance to get cubes
+    # information on commands such as i18ninstance, db-restore, etc...
+    quick_start = False
     # check user's state at login time
     consider_user_state = True