Update to Python 3.10

This commit is contained in:
rubenwardy
2022-01-27 18:43:10 +00:00
parent c3a4ea239c
commit c2fbf7603a
7 changed files with 37 additions and 42 deletions

View File

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