Description
Document every environment variable Phase 1's backend actually reads, so a new contributor can get a local server running without guessing.
Where
astre_server/.env.example
What to implement
List (with a one-line comment each): DATABASE_URL, DB_HOST, DB_PORT, DB_USER, DB_PASSWORD, DB_NAME, PORT. Leave values blank or as obviously-fake placeholders (e.g. DB_PASSWORD=your-password-here) — never a real credential.
Acceptance Criteria
Description
Document every environment variable Phase 1's backend actually reads, so a new contributor can get a local server running without guessing.
Where
astre_server/.env.exampleWhat to implement
List (with a one-line comment each):
DATABASE_URL,DB_HOST,DB_PORT,DB_USER,DB_PASSWORD,DB_NAME,PORT. Leave values blank or as obviously-fake placeholders (e.g.DB_PASSWORD=your-password-here) — never a real credential.Acceptance Criteria
TypeOrmModule.forRoot...") appears here