b0d70ce1c6
CMS pages were calling api/cms/track on https://localhost:5001 (the public host) because the DeepDrft.API named client was base-addressed there; controllers live on the Manager. Re-pointed to baseUrl. /cms page declared InteractiveAuto in a Server-only host. App.razor link for MudBlazorThemeManager.css had _ outside the @Assets[] expression. Public connections example carried a leftover Auth string.
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ApiUrls": {
|
|
"ContentApi": "https://content.deepdrft.com"
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": false
|
|
}
|
|
}
|