diff --git a/src/Tgstation.Server.Host/appsettings.json b/src/Tgstation.Server.Host/appsettings.json index d16d0bb4f5..84f836f297 100644 --- a/src/Tgstation.Server.Host/appsettings.json +++ b/src/Tgstation.Server.Host/appsettings.json @@ -4,6 +4,13 @@ "DisableFileLogging": false, "MinimumPasswordLength": 15 }, + "Kestrel": { + "EndPoints": { + "Http": { + "Url": "http://0.0.0.0:5000" + } + } + }, "Logging": { "IncludeScopes": false, "Debug": {