fox-wamp
Version:
Web Application Message Router/Server WAMP/MQTT
15 lines (14 loc) • 425 B
JSON
{
"syncQuorum": 2,
"storageQuorum": 2,
"entryNodes" : {
"E1": { "host": "127.0.0.1", "port": "1735"},
"E2": { "host": "127.0.0.1", "port": "1736"},
"E3": { "host": "127.0.0.1", "port": "1737"}
},
"syncNodes" : {
"S1": { "host": "127.0.0.1", "port": "1745"},
"S2": { "host": "127.0.0.1", "port": "1746"},
"S3": { "host": "127.0.0.1", "port": "1747"}
}
}