forked from LiamAEdwards/SS14-Docker-Linux-Server
config: Update watchdog instance to wylab with CDN manifest
This commit is contained in:
@@ -37,23 +37,17 @@ BaseUrl: http://localhost:8080/
|
||||
|
||||
Servers:
|
||||
Instances:
|
||||
# ID (and directory) of your server.
|
||||
test:
|
||||
# Name of the server
|
||||
Name: "Test Instance"
|
||||
# Token to control the instance remotely
|
||||
wylab:
|
||||
Name: "WyLab Station 14"
|
||||
ApiToken: "foobar"
|
||||
# Port OF THE GAME SERVER.
|
||||
# This should match the HTTP status API
|
||||
# or watchdog can't contact the server.
|
||||
ApiPort: 1212
|
||||
TimeoutSeconds: 120
|
||||
|
||||
# Override the baseUrl to use localhost instead of [::]
|
||||
EnvironmentVariables:
|
||||
ROBUST_CVAR_watchdog__baseUrl: "http://localhost:8080/"
|
||||
|
||||
# Auto update configuration. This can be
|
||||
# omitted to skip auto updates.
|
||||
# Auto update from WyLab CDN
|
||||
UpdateType: "Manifest"
|
||||
Updates:
|
||||
ManifestUrl: "https://central.spacestation14.io/builds/wizards/manifest.json"
|
||||
ManifestUrl: "https://cdn.wylab.me/fork/wylab/manifest"
|
||||
|
||||
Reference in New Issue
Block a user