Changeset 12060 for etc/pingpong/settings_node2.cnf
- Timestamp:
- Jun 19, 2013, 11:05:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
etc/pingpong/settings_node2.cnf
r6179 r12060 1 node.name = nodetwo 2 ariba.endpoints = tcp{5004} 3 ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002}} 1 //JSON 2 { 3 "ariba": { 4 "spovnet_name": "pingpong", 5 6 "listen_on": [ 7 {"category": "TCPIP", "addr": "::", "port": 0 } 8 ], 9 10 "bootstrap": { 11 "direct": [ 12 {"category": "TCPIP", "addr": "127.0.0.1", "port": 5003 } 13 ], 14 15 "broadcast": false, 16 "mdns": false, 17 "sdp": false 18 } 19 } 20 } 4 21 5 pingpong.name = nodetwo
Note:
See TracChangeset
for help on using the changeset viewer.