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

Use the .env file #4

Closed
D0tty opened this issue Nov 30, 2019 · 2 comments
Closed

Use the .env file #4

D0tty opened this issue Nov 30, 2019 · 2 comments

Comments

@D0tty
Copy link

D0tty commented Nov 30, 2019

I see that you use export VAR=value but you can use the .env file documentation

And you can then provide a .env.example file on the repository to centralize all environnent variables

@tomMoulard
Copy link
Owner

Since you can actually use this project with only one environment variable, i do not think this is a huge matter.
Moreover, it might create confusion in the file directory to have a file for only one variable

@tomMoulard
Copy link
Owner

A workaround might be to do something like

cat > .env << EOF
SITE=
HASHED_PASSWORD=
EOF

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