participer.thsf.net/config.local.py

5 lines
218 B
Python
Raw Normal View History

2018-02-26 10:41:52 +01:00
SQLALCHEMY_TRACK_MODIFICATIONS = True
2018-02-26 19:53:06 +01:00
SQLALCHEMY_DATABASE_URI = "postgresql://participer_thsf:participer_thsf@localhost/participer_thsf"
2018-02-26 10:41:52 +01:00
UPLOADED_FILES_DEST = "./upload"
DOMAIN_URL = "https://participer.redatomik.org"