tetawebapp/tetawebapp/config.local.py
2017-11-25 07:39:01 +01:00

3 lines
122 B
Python

SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"