Use dotenv for configuring server #26
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
never-stale
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 tosource
your.env
file, and it’s easy to forget. We should add dotenv to help make things a little easier to get right.The text was updated successfully, but these errors were encountered: