trying to get this to deploy

This commit is contained in:
2019-11-11 12:30:09 +01:00
parent 708cd8f0e7
commit f3ed56f0e1
12 changed files with 66 additions and 170 deletions

View File

@@ -1,7 +1,7 @@
import os
PERSONAL_API_USERNAME = os.getenv("PERSONAL_API_USERNAME")
PERSONAL_API_PASS = os.getenv("PERSONAL_API_USERNAME")
PERSONAL_API_PASS = os.getenv("PERSONAL_API_PASS")
# must be a postgres instance
SQLALCHEMY_DATABASE_URL = os.getenv("PERSONAL_API_SQLALCHEMY_DATABASE_URL")