5 lines
218 B
Python
5 lines
218 B
Python
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||
|
SQLALCHEMY_DATABASE_URI = "postgresql://participer_thsf:participer_thsf@localhost/participer_thsf"
|
||
|
UPLOADED_FILES_DEST = "./upload"
|
||
|
DOMAIN_URL = "https://participer.redatomik.org"
|