Fixing login

This commit is contained in:
blaisadmin
2026-03-26 10:49:15 -04:00
parent 8b7763cf13
commit 266e45f16f
3 changed files with 25 additions and 5 deletions
+5
View File
@@ -109,6 +109,11 @@ The app includes an Express API in [backend/src/app.ts](/home/corey/github/Arsen
- `DEMO_ACCOUNT_PASSWORD`
- `DEMO_ACCOUNT_NAME`
Database note:
- In Docker Compose, the backend uses `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_DB`, `POSTGRES_USER`, and `POSTGRES_PASSWORD`
- This avoids malformed `DATABASE_URL` issues when the database password contains URL-sensitive characters
### Response shape notes
- Validation and business-rule errors generally return: