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 .env files #4

Open
goliatone opened this issue Dec 14, 2015 · 1 comment
Open

Support .env files #4

goliatone opened this issue Dec 14, 2015 · 1 comment
Assignees

Comments

@goliatone
Copy link
Owner

Explore supporting dotenv configuration files.

@goliatone goliatone self-assigned this Dec 14, 2015
@goliatone
Copy link
Owner Author

Support:

  • .env
  • .secrets.env
    This would be regular files with content such as:
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

secrets.west.env

HOST=192.18.1.13

secrets.east.env

HOST=192.18.32.23

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

No branches or pull requests

1 participant