server/serverconfig.py
branchstable
changeset 5043 fe52dd3936cf
parent 4913 083b4d454192
child 5059 1d5c81588144
equal deleted inserted replaced
5042:cc062bb09abb 5043:fe52dd3936cf
   192     # necessary...
   192     # necessary...
   193     open_connections_pools = True
   193     open_connections_pools = True
   194 
   194 
   195     # read the schema from the database
   195     # read the schema from the database
   196     read_instance_schema = True
   196     read_instance_schema = True
   197     bootstrap_schema = True
   197     # set to true while creating an instance
   198 
   198     creating = False
       
   199     # set this to true to get a minimal repository, for instance to get cubes
       
   200     # information on commands such as i18ninstance, db-restore, etc...
       
   201     quick_start = False
   199     # check user's state at login time
   202     # check user's state at login time
   200     consider_user_state = True
   203     consider_user_state = True
   201 
   204 
   202     # should some hooks be deactivated during [pre|post]create script execution
   205     # should some hooks be deactivated during [pre|post]create script execution
   203     free_wheel = False
   206     free_wheel = False