decla-red/config/ConfigurationServer/appsettings.json
2020-07-17 14:49:31 +02:00

10 lines
182 B
JSON

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