server/serverconfig.py
branchstable
changeset 7129 455b503fb7ff
parent 6844 5ae2bc554c23
child 7301 93e96700e0c0
equal deleted inserted replaced
7128:f1fe05d5224e 7129:455b503fb7ff
     1 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
   213     # necessary...
   213     # necessary...
   214     open_connections_pools = True
   214     open_connections_pools = True
   215 
   215 
   216     # read the schema from the database
   216     # read the schema from the database
   217     read_instance_schema = True
   217     read_instance_schema = True
   218     # set to true while creating an instance
       
   219     creating = False
       
   220     # set this to true to get a minimal repository, for instance to get cubes
   218     # set this to true to get a minimal repository, for instance to get cubes
   221     # information on commands such as i18ninstance, db-restore, etc...
   219     # information on commands such as i18ninstance, db-restore, etc...
   222     quick_start = False
   220     quick_start = False
   223     # check user's state at login time
   221     # check user's state at login time
   224     consider_user_state = True
   222     consider_user_state = True