add heroku psql db to config

This commit is contained in:
Sorrel Bri 2019-10-12 10:54:23 -07:00
parent e34dc47a1c
commit b136ede418

View file

@ -31,4 +31,4 @@ class ProductionConfig(BaseConfig):
"""Production configuration.""" """Production configuration."""
SECRET_KEY = '' SECRET_KEY = ''
DEBUG = False DEBUG = False
SQLALCHEMY_DATABASE_URI = 'postgresql:///' SQLALCHEMY_DATABASE_URI = 'postgres://mzwaocmnwvesac:d86d256a9e73639d0ac1eba3651f3f5268540e6417b110265fd58398358d1c1b@ec2-174-129-227-51.compute-1.amazonaws.com:5432/d1jbr1uiojpma'