cubicweb/server/serverconfig.py
changeset 11980 7c8aadc4b483
parent 11950 68766861debe
child 12376 890853079ce3
equal deleted inserted replaced
11979:c93b47ba0093 11980:7c8aadc4b483
   217            'help': ('ZMQ address to use for publishing (requires pyzmq) '
   217            'help': ('ZMQ address to use for publishing (requires pyzmq) '
   218                     '(of the form `tcp://<ipaddr>:<port>`)'),
   218                     '(of the form `tcp://<ipaddr>:<port>`)'),
   219            'group': 'zmq', 'level': 1,
   219            'group': 'zmq', 'level': 1,
   220            }),
   220            }),
   221         ) + CubicWebConfiguration.options)
   221         ) + CubicWebConfiguration.options)
   222 
       
   223     # should we init the connections pool (eg connect to sources). This is
       
   224     # usually necessary...
       
   225     init_cnxset_pool = True
       
   226 
   222 
   227     # read the schema from the database
   223     # read the schema from the database
   228     read_instance_schema = True
   224     read_instance_schema = True
   229     # set this to true to get a minimal repository, for instance to get cubes
   225     # set this to true to get a minimal repository, for instance to get cubes
   230     # information on commands such as i18ninstance, db-restore, etc...
   226     # information on commands such as i18ninstance, db-restore, etc...