ELT.Gateway/ELT/appsettings.json
2021-02-20 16:00:43 +03:00

11 lines
182 B
JSON

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