server/serverconfig.py
changeset 2968 0e3460341023
parent 2835 04034421b072
parent 2959 daabb9bc5233
child 3589 a5432f99f2d9
equal deleted inserted replaced
2902:dd9f2dd02f85 2968:0e3460341023
   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