servicepoint-tanks/TanksServer/appsettings.json

18 lines
344 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
2024-04-07 17:17:11 +02:00
"Microsoft.AspNetCore": "Warning",
2024-04-07 18:18:26 +02:00
"TanksServer": "Debug"
}
},
2024-04-06 16:38:26 +02:00
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
}
}