15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Tapi": "",
|
|
"ZeitConsens": ""
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|