[twconfig] Set default value for "interface" to 0.0.0.0
This value means "all IP addresses on this host", which seems to fit with
"default to everywhere" that's documented.
Closes #15135610.
--- 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,
}),