Update existing configs
This commit is contained in:
parent
fd360f6475
commit
51ce4d4d47
3 changed files with 19 additions and 12 deletions
|
@ -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 }}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue