cubicweb/etwist/twconfig.py
changeset 11739 bc864c80ec36
parent 11057 0b59724cb3f2
child 11767 432f87a63057
--- a/cubicweb/etwist/twconfig.py	Wed Oct 12 17:03:02 2016 +0200
+++ b/cubicweb/etwist/twconfig.py	Fri Oct 21 18:03:06 2016 +0200
@@ -44,7 +44,7 @@
           }),
         ('interface',
          {'type' : 'string',
-          'default': "",
+          'default': '0.0.0.0',
           'help': 'http server address on which to listen (default to everywhere)',
           'group': 'web', 'level': 1,
           }),