LANCommander/LANCommander.Server/appsettings.json
2024-08-04 18:44:33 -05:00

9 lines
142 B
JSON

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