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:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"AuthBlocks": {
|
||||
"SupportEmail": "admin@deepdrft.com",
|
||||
"Jwt": {
|
||||
"Secret": "your-jwt-secret-here",
|
||||
"Issuer": "https://deepdrft.com",
|
||||
"Audience": "deepdrft-users"
|
||||
},
|
||||
"Email": {
|
||||
"Host": "smtp.your-provider.com",
|
||||
"Token": "your-email-token-here"
|
||||
},
|
||||
"Admin": {
|
||||
"UserName": "admin",
|
||||
"Email": "admin@deepdrft.com",
|
||||
"Password": "your-admin-password-here"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user