Files
limanapp/LiMan.UI/appsettings.Production.json
T
2021-10-21 09:47:05 +02:00

13 lines
312 B
JSON

{
"DetailedErrors": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"BaseUrl": "https://IIS02/ELM.UI/",
"Environment": "PROD"
}