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
Description
Server fails with cryptic errors if required environment variables are missing. Users don't know which variable is missing.
Goals
Implementation