Fixing login
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user