Skip to content

Commit

Permalink
Update manifest url for watchdog config
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Jul 14, 2024
1 parent 56cc2ae commit 6f81c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/en/server-hosting/setting-up-ss14-watchdog.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Servers:
# This example is for the official server builds.
UpdateType: "Manifest"
Updates:
ManifestUrl: "https://central.spacestation14.io/builds/wizards/manifest.json"
ManifestUrl: "https://wizards.cdn.spacestation14.com/fork/wizards/manifest"

# The server is expected to ping the Watchdog occastionally.
# (The aforementioned BaseUrl is passed to the server to facilitate this.)
Expand Down Expand Up @@ -199,7 +199,7 @@ Servers:
# (This is an example, do NOT blindly copy paste this. Or you may end up with an unfinished configuration)
UpdateType: "Manifest"
Updates:
ManifestUrl: "https://central.spacestation14.io/builds/wizards/manifest.json"
ManifestUrl: "https://wizards.cdn.spacestation14.com/fork/wizards/manifest"
```

### Git-based Updates
Expand Down Expand Up @@ -468,7 +468,7 @@ Servers:
# See above for alternatives.
UpdateType: "Manifest"
Updates:
ManifestUrl: "https://central.spacestation14.io/builds/wizards/manifest.json"
ManifestUrl: "https://wizards.cdn.spacestation14.com/fork/wizards/manifest"

# Any environment variables you may want to specify.
EnvironmentVariables:
Expand Down

0 comments on commit 6f81c79

Please sign in to comment.