You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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’sdocker-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.The text was updated successfully, but these errors were encountered: