equal
deleted
inserted
replaced
83 ('query-log-file', |
83 ('query-log-file', |
84 {'type' : 'string', |
84 {'type' : 'string', |
85 'default': None, |
85 'default': None, |
86 'help': 'web instance query log file', |
86 'help': 'web instance query log file', |
87 'group': 'main', 'inputlevel': 2, |
87 'group': 'main', 'inputlevel': 2, |
88 }), |
|
89 ('pyro-instance-id', |
|
90 {'type' : 'string', |
|
91 'default': Method('default_instance_id'), |
|
92 'help': 'CubicWeb instance identifier in the Pyro name server', |
|
93 'group': 'pyro-client', 'inputlevel': 1, |
|
94 }), |
88 }), |
95 # web configuration |
89 # web configuration |
96 ('https-url', |
90 ('https-url', |
97 {'type' : 'string', |
91 {'type' : 'string', |
98 'default': None, |
92 'default': None, |