forked from LiamAEdwards/SS14-Docker-Linux-Server
config: Update watchdog key to wylab, clean up build section
This commit is contained in:
@@ -34,8 +34,8 @@ bind = "*:1212"
|
||||
[watchdog]
|
||||
# Token must match ApiToken in appsettings.yml
|
||||
token = "foobar"
|
||||
# Key must match the instance key in appsettings.yml (e.g., "test")
|
||||
key = "test"
|
||||
# Key must match the instance key in appsettings.yml
|
||||
key = "wylab"
|
||||
# BaseUrl must match BaseUrl in appsettings.yml
|
||||
baseUrl = "http://localhost:8080/"
|
||||
|
||||
@@ -74,25 +74,8 @@ server_url = ""
|
||||
hub_urls = "https://central.spacestation14.io/hub/"
|
||||
|
||||
[build]
|
||||
# *Absolutely all of these can be supplied using a "build.json" file*
|
||||
# For further information, see https://github.com/space-wizards/space-station-14/blob/master/Tools/gen_build_info.py
|
||||
# The main reason you'd want to supply any of these manually is for a custom fork and if you have no tools.
|
||||
|
||||
# Useful to override if the existing version is bad.
|
||||
# See https://github.com/space-wizards/RobustToolbox/tags for version values, remove the 'v'.
|
||||
# The value listed here is almost certainly wrong - it is ONLY a demonstration of format.
|
||||
# engine_version = "0.7.6"
|
||||
|
||||
# This one is optional, the launcher will delete other ZIPs of the same fork to save space.
|
||||
# fork_id = "abacusstation"
|
||||
|
||||
# Automatically set if self-hosting client zip, but otherwise use this when updating client build.
|
||||
# There is no required format, any change counts as a new version.
|
||||
# version = "Example1"
|
||||
|
||||
# download_url and build are auto-populated by update_build_metadata.py from CDN manifest
|
||||
download_url = "https://cdn.wylab.me/fork/wylab/version/bce50cad4cebdc8443947911be72c8c0ffbad713/file/SS14.Client.zip"
|
||||
build = "D51F7777997E329D9B5A8B307AB8F49FF0A699D1B52EC7B7505C3DBBFF92E103"
|
||||
# Watchdog automatically provides build info from CDN manifest
|
||||
# These are only used as fallback if watchdog doesn't provide them
|
||||
|
||||
[database]
|
||||
# Database engine: sqlite or postgres
|
||||
|
||||
Reference in New Issue
Block a user