490bbbe942
Public host is now auth-free: no AuthBlocks, no DeepDrftCms ref, no stealth routing. MainLayout restored to full chrome. DeepDrft.Content/.Cms HttpClients wired on Manager.
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ApiUrls": {
|
|
"ApiHost": "https://localhost:5001",
|
|
"ContentApi": "https://content.deepdrft.com"
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": false
|
|
}
|
|
}
|