blob: adecedf265f26e3a1d8b198d27197c0fc7685445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"StateDir": "./",
"ScoreFile": "scores.mars",
"WinnerFile": "is_winner.mars",
"MyID": "mars",
"RelaxedMode": true,
"Address": ":2341",
"Nodes": [
"localhost:1234",
"localhost:2341",
"localhost:3412"
]
}
|