equal
deleted
inserted
replaced
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 |