From b136ede4182a1ff90d2d78f45534a98263924908 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 10:54:23 -0700 Subject: [PATCH] add heroku psql db to config --- configuration/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/config.py b/configuration/config.py index efdd88e..0f5e87f 100644 --- a/configuration/config.py +++ b/configuration/config.py @@ -31,4 +31,4 @@ class ProductionConfig(BaseConfig): """Production configuration.""" SECRET_KEY = '' DEBUG = False - SQLALCHEMY_DATABASE_URI = 'postgresql:///' + SQLALCHEMY_DATABASE_URI = 'postgres://mzwaocmnwvesac:d86d256a9e73639d0ac1eba3651f3f5268540e6417b110265fd58398358d1c1b@ec2-174-129-227-51.compute-1.amazonaws.com:5432/d1jbr1uiojpma'