feat(manager): stand up DeepDrftManager CMS host (Phase 1 of two-app split)

InteractiveServer only, full AuthBlocks, no WASM. Controllers scaffolded for future
CMS controller migration. CmsStealthRoutingHandler omitted by design (subdomain topology).
This commit is contained in:
Daniel Harvey
2026-05-19 15:25:25 -04:00
parent 9243818863
commit cd650c4365
10 changed files with 322 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiUrls": {
"ApiHost": "https://localhost:5001"
},
"ForwardedHeaders": {
"DisableHttpsRedirection": false
}
}