2018-02-26 20:41:52 +11:00
|
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
2018-02-27 05:53:06 +11:00
|
|
|
SQLALCHEMY_DATABASE_URI = "postgresql://participer_thsf:participer_thsf@localhost/participer_thsf"
|
2018-02-26 20:41:52 +11:00
|
|
|
UPLOADED_FILES_DEST = "./upload"
|
2018-03-06 08:25:19 +11:00
|
|
|
DOMAIN_URL = "https://participer.redatomik.org"
|