tetawebapp/config.local.py

4 lines
155 B
Python
Raw Permalink Normal View History

2018-02-26 10:16:29 +01:00
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"
UPLOADED_FILES_DEST = "./upload"