17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Debug"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ApiUrls": {
|
|
"ContentApi": "http://localhost:12777/",
|
|
"SqlApi": "https://localhost:5002/"
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": "true"
|
|
}
|
|
}
|