mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Improved parsing of universal port configuration settings (RIPD-856)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user