cwconfig.py
branchtls-sprint
changeset 1521 973c5f1dfad4
parent 1493 8270580b65a0
parent 1520 b097057e629d
child 1681 1586c0ed9a92
--- a/cwconfig.py	Tue Apr 28 19:09:37 2009 +0200
+++ b/cwconfig.py	Tue Apr 28 19:12:52 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,