Skip to content

Add environment variable validation on startup #198

Description

@Aharshi3614

Description

Server fails with cryptic errors if required environment variables are missing. Users don't know which variable is missing.

Goals

  • Validate all required env variables at startup
  • Display clear error message for missing variables
  • Exit gracefully if validation fails

Implementation

  • Define required env vars list
  • Check each variable exists
  • Log error and exit if any missing

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions