Update dependencies

This commit is contained in:
rubenwardy
2022-01-27 18:21:47 +00:00
parent e2708933d3
commit c3a4ea239c
9 changed files with 80 additions and 70 deletions

View File

@@ -5,7 +5,7 @@ BASE_URL = "http://" + SERVER_NAME
SECRET_KEY = ""
WTF_CSRF_SECRET_KEY = ""
SQLALCHEMY_DATABASE_URI = "postgres://contentdb:password@db:5432/contentdb"
SQLALCHEMY_DATABASE_URI = "postgresql://contentdb:password@db:5432/contentdb"
SQLALCHEMY_TRACK_MODIFICATIONS = False
GITHUB_CLIENT_ID = ""