source: etc/pingpong/settings_node1.cnf@ 12438

Last change on this file since 12438 was 12061, checked in by hock@…, 11 years ago

PingPong: some clean up

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.