cubicweb/server/serverconfig.py
branch3.26
changeset 12376 890853079ce3
parent 11980 7c8aadc4b483
child 12567 26744ad37953
equal deleted inserted replaced
12375:e7221f2123e6 12376:890853079ce3
   113           'group': 'main', 'level': 2,
   113           'group': 'main', 'level': 2,
   114           }),
   114           }),
   115         ('uid',
   115         ('uid',
   116          {'type' : 'string',
   116          {'type' : 'string',
   117           'default': None,
   117           'default': None,
   118           'help': 'if this option is set, use the specified user to start \
   118           'help': 'unix user, if this option is set, use the specified user to start \
   119 the repository rather than the user running the command',
   119 the repository rather than the user running the command',
   120           'group': 'main', 'level': (CubicWebConfiguration.mode == 'installed') and 0 or 1,
   120           'group': 'main', 'level': (CubicWebConfiguration.mode == 'installed') and 0 or 1,
   121           }),
   121           }),
   122         ('cleanup-session-time',
   122         ('cleanup-session-time',
   123          {'type' : 'time',
   123          {'type' : 'time',