mirror of
https://github.com/pelican-eggs/games-standalone.git
synced 2024-11-25 20:02:35 +01:00
Added query port to the starbound config
This commit is contained in:
parent
67a62fabd1
commit
d8dc905233
@ -10,7 +10,7 @@
|
||||
"image": "quay.io\/pterodactyl\/core:source",
|
||||
"startup": ".\/starbound_server",
|
||||
"config": {
|
||||
"files": "{\r\n \"storage\/starbound_server.config\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"gameServerPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||
"files": "{\r\n \"storage\/starbound_server.config\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"gameServerPort\": \"{{server.build.default.port}}\",\r\n \"queryServerPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||
"startup": "{\r\n \"done\": \"Starting UniverseServer\",\r\n \"userInteraction\": []\r\n}",
|
||||
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
|
||||
"stop": "^C"
|
||||
@ -60,4 +60,4 @@
|
||||
"rules": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user