-
Notifications
You must be signed in to change notification settings - Fork 30
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
Option to skip reading .env? #28
Comments
@DarthSim any thoughts on this? Thanks! |
Same request here, some folks use dotenv for example where a more complex approach around env files is needed. It would be awesome 👏 |
@DarthSim any chance? 😅 |
agis
added a commit
to clerk/hivemind
that referenced
this issue
Sep 22, 2023
This patch adds supports for skipping loading the `.env` file, by setting the HIVEMIND_SKIP_ENV environment variable. For example: $ HIVEMIND_SKIP_ENV=1 hivemind Resolves DarthSim#28.
[Cross-posting for visibility] You can use https://github.com/clerk/hivemind/ which contains the linked PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks,
Would it be possible to add a flag that skips reading a local
.env
file? It seems to get loaded no matter what, which isn't always desired.It would also be good to avoid setting things like
$PORT
tooExample:
Procfile
.env
The text was updated successfully, but these errors were encountered: