config: Update watchdog instance to wylab with CDN manifest
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled

This commit is contained in:
2025-12-16 07:42:51 +01:00
parent aaade96257
commit 050061a7aa

View File

@@ -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"