15 lines
241 B
INI
15 lines
241 B
INI
|
[DATABASE]
|
||
|
HOST = navanspi.duckdns.org
|
||
|
PORT = 3306
|
||
|
USER = curieweb
|
||
|
PASSWORD = curie-web-russian-54
|
||
|
NAME = curie
|
||
|
|
||
|
[LOGS]
|
||
|
ERRORS = logs/errors.log
|
||
|
INFO = data/info.log
|
||
|
|
||
|
[FILES]
|
||
|
UPLOAD_FOLDER = ./app/static/uploads
|
||
|
TEMPLATES_FOLDER = templates
|