Skip to content

[Backend] Write astre_server/.env.example for Phase 1 #138

Description

@Muhammadcodes112

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

  • Every env var actually read by Phase 1 backend code (check "Configure TypeOrmModule.forRoot...") appears here
  • No var here is unused by Phase 1 code, and no var used by Phase 1 code is missing from here
  • No real secrets, only placeholders

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendNestJS API (astre_server)good first issueGood for newcomersphase-1Core donation-loop MVP (1/3 scope), builds on mvp-phase-1 branch

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions