Update existing configs

This commit is contained in:
Dane Everitt 2016-12-14 18:54:02 -05:00
parent fd360f6475
commit 51ce4d4d47
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 19 additions and 12 deletions

View file

@ -9,8 +9,8 @@
"tshock/config.json": {
"parser": "json",
"find": {
"ServerPort": "{{ build.default.port }}",
"MaxSlots": "{{ build.env.MAX_SLOTS }}"
"ServerPort": "{{ server.build.default.port }}",
"MaxSlots": "{{ server.build.env.MAX_SLOTS }}"
}
}
},