repomgr/appsettings.json
2019-07-07 00:01:25 +02:00

11 lines
154 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning"
}
},
"AllowedHosts": "*"
}