Files
IGP-Fan-Reference/Server/appsettings.json
2026-06-13 21:43:40 -04:00

10 lines
142 B
JSON

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