diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/gorum-earth.json | 2 | ||||
| -rw-r--r-- | test/gorum-mars.json | 2 | ||||
| -rw-r--r-- | test/gorum-uranus.json | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/gorum-earth.json b/test/gorum-earth.json index 2909ddb..5183e29 100644 --- a/test/gorum-earth.json +++ b/test/gorum-earth.json @@ -1,5 +1,7 @@ { "StateDir": "./", + "ScoreFile": "scores.earth", + "WinnerFile": "is_winner.earth", "MyID": "earth", "RelaxedMode": true, "Address": ":1234", diff --git a/test/gorum-mars.json b/test/gorum-mars.json index d4e2538..adecedf 100644 --- a/test/gorum-mars.json +++ b/test/gorum-mars.json @@ -1,5 +1,7 @@ { "StateDir": "./", + "ScoreFile": "scores.mars", + "WinnerFile": "is_winner.mars", "MyID": "mars", "RelaxedMode": true, "Address": ":2341", diff --git a/test/gorum-uranus.json b/test/gorum-uranus.json index a19d73c..bc00a7f 100644 --- a/test/gorum-uranus.json +++ b/test/gorum-uranus.json @@ -1,5 +1,7 @@ { "StateDir": "./", + "ScoreFile": "scores.uranus", + "WinnerFile": "is_winner.uranus", "MyID": "uranus", "RelaxedMode": true, "Address": ":3412", |
