Compare commits

..

2 commits

Author SHA1 Message Date
joemama edd69d78e3 added gitignore for python build artifacts 2025-02-02 23:34:04 +01:00
joemama 9d15af4e88 Added env for postgres connection 2025-02-02 23:33:41 +01:00
2 changed files with 7 additions and 0 deletions

5
.env Normal file
View file

@ -0,0 +1,5 @@
DB_HOST="CHANGEME"
DB_PORT="CHANGEME"
DB_NAME="CHANGEME"
DB_USER="CHANGEME"
DB_PASSWORD="CHANGEME"

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.venv
__pycache__