Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support local development environment variables #255

Open
RobbeRadix opened this issue Oct 28, 2024 · 0 comments
Open

Support local development environment variables #255

RobbeRadix opened this issue Oct 28, 2024 · 0 comments

Comments

@RobbeRadix
Copy link

It’s recommended to use a .env file to securely manage sensitive configuration information, such as API keys, database credentials, and other environment-specific variables.

To ensure these configurations are used during development we should consider adding env_file to the devcontainer’s docker-compose configuration, pointing it towards the .env file.

As a result, the .env file should be added to the .gitignore file to prevent accidental inclusion in version control.

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

No branches or pull requests

1 participant