Implement base service file modification through panel
This commit is contained in:
parent
b8a6a15b08
commit
cfd5e0e854
19 changed files with 855 additions and 1 deletions
24
storage/app/services/terraria/main.json
Normal file
24
storage/app/services/terraria/main.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"tshock": {
|
||||
"tag": "^(tshock)$",
|
||||
"startup": {
|
||||
"done": "Type 'help' for a list of commands",
|
||||
"userInteraction": []
|
||||
},
|
||||
"stop": "exit",
|
||||
"configs": {
|
||||
"tshock/config.json": {
|
||||
"parser": "json",
|
||||
"find": {
|
||||
"ServerPort": "{{ build.default.port }}",
|
||||
"MaxSlots": "{{ build.env.MAX_SLOTS }}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"custom": false,
|
||||
"location": "ServerLog.txt"
|
||||
},
|
||||
"query": "none"
|
||||
}
|
||||
}
|
Reference in a new issue