-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
dotenv_config_path=/custom/path/to/your/env/vars via CLI doesn't work #321
Comments
It should. Can you provide a failing test case or example project that demonstrates it not working? |
Don't have one that I can share ATM, but I was able to work around my issue and don't need this option. When I get some time I can circle back, thanks! |
I've noticed this too. I'll try to put together an example project later today. |
just tried to improve the existing test to make sure this is working. please let us know if there's a certain case that is not working |
Tried preloading dotenv with
dotenv_config_path=/absolute/path/to/development.env
and the values weren't picked up.Does this option still work?
The text was updated successfully, but these errors were encountered: