-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can i change file name? #14
Comments
This is currently not, but I think it's possible to add the feature. One limitation is Gradle has no concept of staging, test, production, or local environments, so it is difficult to automatically load one of the .env files. (like next.js) If you simply want to use a different file name, I will try to implement that. |
Currently how i do it in my nodejs project is i pickup filename from environement variables set ENVFILE=.env.staging && run node server |
Thanks for giving your use case! 😄 Changing
If you have problems using it, please create new issue. |
I have multiple env files .env .env.staging and so on
The text was updated successfully, but these errors were encountered: