repomgr/appsettings.json

11 lines
154 B
JSON
Raw Permalink Normal View History

2019-07-05 00:36:10 +02:00
{
"Logging": {
"LogLevel": {
2019-07-05 23:12:11 +02:00
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning"
2019-07-05 00:36:10 +02:00
}
},
"AllowedHosts": "*"
}