fix(split-audit): correct CMS API client target, render mode, asset URL, and stale config
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.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here",
|
||||
"Auth": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here"
|
||||
"DefaultConnection": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user