Move database details to a .env file
#29
Closed
opened 3 years ago by youainti
·
3 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I use database connection details in a lot of places (database docker, python scripts etc). Most of these should be able to use a .env file.
https://dev.to/jakewitcher/using-env-files-for-environment-variables-in-python-applications-55a1
Still need a demo version of the .env file, but it works great.
Added notes to README.md.