Skip to content

Commit

Permalink
Remove more defaults from appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed May 18, 2024
1 parent 7661369 commit fd9c31e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ReplayBrowser/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:12500"
},
"Https": {
"Url": "https://localhost:12501"
}
}
},
"ReplayUrls": [
{
"url": "https://moon.spacestation14.com/replays/leviathan/",
Expand Down Expand Up @@ -45,6 +35,5 @@
"url": "https://replays.delta-v.org/periapsis/",
"provider": "nginx"
}
],
"ProxyIP": "localhost"
]
}

0 comments on commit fd9c31e

Please sign in to comment.