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