Portal decision B: client portal on my.debtrecoveryexperts.com
- DRE_BASE_URL -> https://my.debtrecoveryexperts.com (magic links, team notify) - CORS allow_origins adds https://my.debtrecoveryexperts.com - magic-link path /portal/verify -> /verify (client portal is domain root, not a subpath)
This commit is contained in:
@@ -9,7 +9,7 @@ DRE_DB_PATH=/opt/dre-portal/data/dre.db
|
||||
DRE_UPLOAD_DIR=/opt/dre-portal/data/uploads
|
||||
|
||||
# Base URL for magic-link emails
|
||||
DRE_BASE_URL=https://portal.debtrecoveryexperts.com
|
||||
DRE_BASE_URL=https://my.debtrecoveryexperts.com
|
||||
|
||||
# SMTP relay (germainebrown.com:2525 STARTTLS) — best-effort, failures never fail the request
|
||||
DRE_SMTP_HOST=mail.germainebrown.com
|
||||
|
||||
Reference in New Issue
Block a user