19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=../Database/deepdrft.db"
|
|
},
|
|
"ApiUrls": {
|
|
"ContentApi": "http://localhost:12777/"
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": "true"
|
|
}
|
|
}
|