tetawebapp/tetawebapp/config.local.py

3 lines
122 B
Python
Raw Normal View History

2017-11-25 07:39:01 +01:00
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"