servicepoint-tanks/TanksServer/appsettings.json
Vinzenz Schroeter dd6b0fffc1 wall collision
2024-04-07 18:18:26 +02:00

18 lines
344 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"TanksServer": "Debug"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
}
}