Change default hub URL

This commit is contained in:
Pieter-Jan Briers
2024-04-15 22:27:25 +02:00
parent e2525a2103
commit a5494d1df2
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ END TEMPLATE-->
### Other
*None yet*
* Default hub address (`hub.hub_urls`) has been changed to `https://hub.spacestation14.com/`.
### Internal

View File

@@ -1445,7 +1445,7 @@ namespace Robust.Shared
/// Comma-separated list of URLs of hub servers to advertise to.
/// </summary>
public static readonly CVarDef<string> HubUrls =
CVarDef.Create("hub.hub_urls", "https://central.spacestation14.io/hub/", CVar.SERVERONLY);
CVarDef.Create("hub.hub_urls", "https://hub.spacestation14.com/", CVar.SERVERONLY);
/// <summary>
/// URL of this server to advertise.