mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
Fix ports
This commit is contained in:
parent
7c4544698e
commit
3c11c3a40b
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-05-07T12:10:34+02:00",
|
"exported_at": "2023-05-07T19:05:11+02:00",
|
||||||
"name": "Frozen Flame",
|
"name": "Frozen Flame",
|
||||||
"author": "theblitzbat@gmail.com",
|
"author": "theblitzbat@gmail.com",
|
||||||
"description": "Frozen Flame Dedicated Server",
|
"description": "Frozen Flame Dedicated Server",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"ghcr.io\/parkervcp\/steamcmd:debian": "ghcr.io\/parkervcp\/steamcmd:debian"
|
"ghcr.io\/parkervcp\/steamcmd:debian": "ghcr.io\/parkervcp\/steamcmd:debian"
|
||||||
},
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": ".\/FrozenFlame\/Binaries\/Linux\/FrozenFlameServer-Linux-Shipping -log -MetaGameServerName={{SERVER_NAME}} -port {{SERVER_PORT}} -queryPort {{QUERY_PORT}} -RconPort={{RCON_PORT}} -RconPassword={{RCON_PASSWORD}}",
|
"startup": ".\/FrozenFlame\/Binaries\/Linux\/FrozenFlameServer-Linux-Shipping -log -MetaGameServerName=\"{{SERVER_NAME}}\" -port={{SERVER_PORT}} -queryPort={{QUERY_PORT}} -RconPort={{RCON_PORT}} -RconPassword=\"{{RCON_PASSWORD}}\"",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{\r\n \"FrozenFlame\/Saved\/Config\/LinuxServer\/Game.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"MaxPlayers\": \"MaxPlayers={{server.build.env.MAX_PLAYERS}}\",\r\n \"ServerPassword\": \"ServerPassword=\\\"{{server.build.env.SERVER_PASSWORD}}\\\"\"\r\n }\r\n }\r\n}",
|
"files": "{\r\n \"FrozenFlame\/Saved\/Config\/LinuxServer\/Game.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"MaxPlayers\": \"MaxPlayers={{server.build.env.MAX_PLAYERS}}\",\r\n \"ServerPassword\": \"ServerPassword=\\\"{{server.build.env.SERVER_PASSWORD}}\\\"\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \"LogWorld: Bringing up level for play took\"\r\n}",
|
"startup": "{\r\n \"done\": \"LogWorld: Bringing up level for play took\"\r\n}",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"name": "Query Port",
|
"name": "Query Port",
|
||||||
"description": "The query port.",
|
"description": "The query port.",
|
||||||
"env_variable": "QUERY_PORT",
|
"env_variable": "QUERY_PORT",
|
||||||
"default_value": "27015",
|
"default_value": "25575",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|integer|between:1024,65536",
|
"rules": "required|integer|between:1024,65536",
|
||||||
|
Loading…
Reference in New Issue
Block a user