pong-game/PongGame/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2022-11-02 18:59:44 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}