ai test.py, sqllite removed

This commit is contained in:
bniwredyc
2023-05-09 23:41:13 +02:00
parent e56b083b7f
commit cbb64af17f
7 changed files with 95 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ PORT = 8080
DB_URL = (
environ.get("DATABASE_URL") or environ.get("DB_URL") or
"postgresql://postgres@localhost:5432/discoursio" or "sqlite:///db.sqlite3"
"postgresql://postgres@localhost:5432/discoursio"
)
JWT_ALGORITHM = "HS256"
JWT_SECRET_KEY = environ.get("JWT_SECRET_KEY") or "8f1bd7696ffb482d8486dfbc6e7d16dd-secret-key"