mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Add default listening URL
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
"DisableFileLogging": false,
|
||||
"MinimumPasswordLength": 15
|
||||
},
|
||||
"Kestrel": {
|
||||
"EndPoints": {
|
||||
"Http": {
|
||||
"Url": "http://0.0.0.0:5000"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"Debug": {
|
||||
|
||||
Reference in New Issue
Block a user