diff -r 864ae7c15ef5 -r 7d1794175e40 cwconfig.py --- a/cwconfig.py Tue Apr 28 20:08:16 2009 +0200 +++ b/cwconfig.py Tue Apr 28 20:08:46 2009 +0200 @@ -189,6 +189,14 @@ 'help': 'web server root url', 'group': 'main', 'inputlevel': 1, }), + ('use-request-subdomain', + {'type' : 'yn', + 'default': None, + 'help': ('if set, base-url subdomain is replaced by the request\'s ' + 'host, to help managing sites with several subdomains in a ' + 'single cubicweb instance'), + 'group': 'main', 'inputlevel': 1, + }), ('mangle-emails', {'type' : 'yn', 'default': False,