cloutier--bird.makeup/src/BirdsiteLive/appsettings.json

14 lines
235 B
JSON
Raw Normal View History

2020-03-21 00:39:32 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2020-03-21 17:11:35 -04:00
"AllowedHosts": "*",
"Instance": {
"Domain": "domain.name"
}
2020-03-21 00:39:32 -04:00
}