Use dotenv for environment configuration
Mr0grog opened this issue · 1 comments
Mr0grog commented
In all our other tools, we use dotenv to load environment variables from .env
and .env.*
files (there are ports for pretty much every language, inluding Python). With this project, you have to remember to source
your .env
file, and it’s easy to forget. We should add dotenv to help make things a little easier to get right.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.