aboutsummaryrefslogtreecommitdiffstats
path: root/api/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/app.py')
-rw-r--r--api/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/app.py b/api/app.py
index d25076d..7d5728c 100644
--- a/api/app.py
+++ b/api/app.py
@@ -117,7 +117,7 @@ def create_database_connection():
Creates a database connection using the environment variables
:param: auth_append: str = "" - If you want to use a different set of variables for persisitance of sessions
"""
- hostname = os.environ.get("POSTGRES_URL")
+ hostname = os.environ.get("POSTGRES_HOST")
user = os.environ.get("POSTGRES_USER")
password = os.environ.get("POSTGRES_PASSWORD")
database = os.environ.get("POSTGRES_DATABASE")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage