Files
game-ideas/src/GameIdeas/Server/GameIdeas.API/appsettings.json
Maxime Adler 2ed5f80fb1 init project
2025-02-15 20:18:07 +01:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}