changed db to postgres with password stored in env

This commit is contained in:
Andreas Jönsson 2025-11-16 17:23:24 +01:00
parent 86a07ad8bd
commit 1ac820bfc8

3
.gitignore vendored
View File

@ -3,7 +3,8 @@ __pycache__/
*.py[cod] *.py[cod]
# Database # Database
instance/*.db postgres_data/
# Docker # Docker
.env .env