Files
PurrLobby/PurrLobby/appsettings.json
Exil Productions fbd5198409 fixed docker setup
2025-12-10 19:01:44 +01:00

17 lines
263 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "purrlobby.exil.dev",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}