Files
parr_api/PARR_API/appsettings.json
Mikhail Kuznetsov 7730559eca init
2023-05-17 15:17:00 +10:00

10 lines
142 B
JSON

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