Skip to content

Commit

Permalink
Change default hub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Apr 15, 2024
1 parent e2525a2 commit a5494d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ END TEMPLATE-->

### Other

*None yet*
* Default hub address (`hub.hub_urls`) has been changed to `https://hub.spacestation14.com/`.

### Internal

Expand Down
2 changes: 1 addition & 1 deletion Robust.Shared/CVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ protected CVars()
/// 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.
Expand Down

0 comments on commit a5494d1

Please sign in to comment.