Improved parsing of universal port configuration settings (RIPD-856)

This commit is contained in:
Miguel Portilla
2015-04-13 17:57:22 -04:00
parent 0c134582ca
commit b1f6cb349b
3 changed files with 12 additions and 15 deletions

View File

@@ -63,12 +63,12 @@ exports.servers = {
'port_admin_http': lines('port = 5005',
'ip = 127.0.0.1',
'admin = allow',
'admin = 127.0.0.1',
'protocol = http'),
'port_admin_ws': lines('port = 5006',
'ip = 127.0.0.1',
'admin = allow',
'admin = 127.0.0.1',
'protocol = ws'),
'node_db': lines('type=memory',