This commit is contained in:
2019-10-30 14:45:02 +01:00
commit 892c80861c
10 changed files with 628 additions and 0 deletions

7
config.py Normal file
View File

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