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 environment variables and .env file #1

Open
josephabrahams opened this issue Dec 10, 2015 · 1 comment
Open

Support environment variables and .env file #1

josephabrahams opened this issue Dec 10, 2015 · 1 comment

Comments

@josephabrahams
Copy link
Contributor

Since many projects/devs are used to using .env files to store secrets, and tools like Foreman read these, it would be nice if gokusan followed this convention.

Ideal behavior:
Gokusan looks for .env file in current directory. If it finds it, it reads in those variables into the current environment. Gokusan uses environment variables throughout the code so that the project will fall back to environment variables that are passed in as well.

@jcarbaugh
Copy link
Contributor

It would also be great to look for a ~/.gokusan file first, then update with .env or other locally defined config files. That way someone could have their main credentials stored in the user file, with bucket info in the project.

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

2 participants