source:
etc/pingpong/settings_node1.cnf@
12351
Last change on this file since 12351 was 12061, checked in by , 11 years ago | |
---|---|
File size: 458 bytes |
Line | |
---|---|
1 | //JSON |
2 | { |
3 | "ariba": { |
4 | "node_name": "Node1", |
5 | "spovnet_name": "pingpong", |
6 | |
7 | "listen_on": [ |
8 | {"category": "TCPIP", "addr": "::", "port": 5003 } |
9 | ], |
10 | |
11 | "bootstrap": { |
12 | "direct": [ |
13 | {"category": "TCPIP", "addr": "127.0.0.1", "port": 41322 } |
14 | ], |
15 | |
16 | "broadcast": false, |
17 | "mdns": false, |
18 | "sdp": false |
19 | } |
20 | } |
21 | } |
22 |
Note:
See TracBrowser
for help on using the repository browser.