[main] fix startup when there's no db

This commit is contained in:
2026-07-29 18:37:34 +02:00
parent 7a70b6b1d4
commit a8e80ed19d
4 changed files with 12 additions and 9 deletions

View File

@@ -8,4 +8,4 @@ SECRET_KEY="8b14d0b447bff7efa24d5019cc59a999786e31f6f865173bbd642bf18de5ad85"
#Key for oauth
#THESE ARE TESTING KEYS - DO NOT USE IN PROD
SQLALCHEMY_DATABASE_URL="sqlite:///./gatekeeper.db"
SQLALCHEMY_DATABASE_PATH="./gatekeeper.db"