server/serverconfig.py
branchstable
changeset 2959 daabb9bc5233
parent 2730 bb6fcb8c5d71
child 2968 0e3460341023
child 3539 f3b14d052798
equal deleted inserted replaced
2958:44e5446b649b 2959:daabb9bc5233
   176           'help': 'identifier of the repository in the pyro name server',
   176           'help': 'identifier of the repository in the pyro name server',
   177           'group': 'pyro-server', 'inputlevel': 2,
   177           'group': 'pyro-server', 'inputlevel': 2,
   178           }),
   178           }),
   179         ) + CubicWebConfiguration.options)
   179         ) + CubicWebConfiguration.options)
   180 
   180 
       
   181     # should we open connections pools (eg connect to sources). This is usually
       
   182     # necessary...
       
   183     open_connections_pools = True
       
   184 
   181     # read the schema from the database
   185     # read the schema from the database
   182     read_instance_schema = True
   186     read_instance_schema = True
   183     bootstrap_schema = True
   187     bootstrap_schema = True
   184 
   188 
   185     # check user's state at login time
   189     # check user's state at login time