Skip to content

Conversation

@maishivamhoo123
Copy link

Summary

This PR adds optional support for loading environment variables from a .env file to improve local development experience.

Changes

  • Load .env file at startup if it exists (ignored if missing)
  • Add .env.example with empty default values
  • Add .env to .gitignore

Backward Compatibility

  • No behavior change if .env is not present
  • Existing OS environment variables continue to work
  • Production and container-based deployments are unaffected

Related Issue

Closes #1450

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can we add .env to to better facilitate everyone in setting env

1 participant