From 2d86eac066c843ed6866446e895d1f17333bfee6 Mon Sep 17 00:00:00 2001 From: wylab Date: Tue, 16 Dec 2025 07:15:41 +0100 Subject: [PATCH] Remove commented download_url/build examples The update_build_metadata.py script's regex matches commented lines first, causing duplicates. Keep only the actual values. --- server_config.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/server_config.toml b/server_config.toml index fca0f83..d3bac9c 100644 --- a/server_config.toml +++ b/server_config.toml @@ -90,16 +90,8 @@ hub_urls = "https://central.spacestation14.io/hub/" # There is no required format, any change counts as a new version. # version = "Example1" -# This is where the launcher will download the client ZIP from. -# If you run Robust.Cdn, point this at the CDN endpoint that serves the latest client build. -# If it isn't supplied, the server tries to host Content.Client.zip itself. -# download_url = "https://cdn.example.com/ss14/client/latest.zip" +# 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 hash - this is a *capitalized* SHA256 hash of the client ZIP. -# Optional in any case and automatically set if hosting a client ZIP. -# This hash is an example only. -# build = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855" build = "D51F7777997E329D9B5A8B307AB8F49FF0A699D1B52EC7B7505C3DBBFF92E103" [database]