We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Load my environment variables from a .env file.
Use the github.com/joho/godotenv package. With this package, we can load .env file from anywhere.
I'm using caddy with a lot of environment variables and it would be useful to put all those variables in a single file
The text was updated successfully, but these errors were encountered:
Thank you for the issue.
We are also always happy to look at a PR. 😄
Sorry, something went wrong.
Would like to try to implement this:)
Sure, you can go ahead.
No branches or pull requests
2. What are you trying to do?
Load my environment variables from a .env file.
What I propose
Use the github.com/joho/godotenv package.
With this package, we can load .env file from anywhere.
I'm using caddy with a lot of environment variables and it would be useful to put all those variables in a single file
The text was updated successfully, but these errors were encountered: