We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Explore supporting dotenv configuration files.
The text was updated successfully, but these errors were encountered:
Support:
.env
.secrets.env
HOST=xxx.xxx.xxx.xxx USERNAME=<username> PASSWORD=<upassword> HONEYBADGER_KEY=<honeybadger key> QUEUE_ENDPOINT=<ampq://>
Another case would be when we have multiple files with different values for the same set of env vars:
secrets.west.env
secrets.east.env
HOST=192.18.1.13
HOST=192.18.32.23
Sorry, something went wrong.
goliatone
No branches or pull requests
Explore supporting dotenv configuration files.
The text was updated successfully, but these errors were encountered: