trying to get this to deploy
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user