core-legacy/core.ini

17 lines
453 B
INI
Raw Normal View History

2020-05-05 09:42:02 +00:00
[core]
server-port = 5000
2020-06-02 22:47:49 +00:00
database = core.sqlite
2020-07-01 22:16:07 +00:00
content-dir = /usr/share/webapps/emgauwa
2020-06-02 22:47:49 +00:00
not-found-file = 404.html
not-found-file-mime = text/html
not-found-content = 404 - NOT FOUND
not-found-content-type = text/plain
2020-05-11 20:36:47 +00:00
: 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
2020-05-05 09:42:02 +00:00
discovery-port = 4421
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
mqtt-port = 1885
2020-05-05 09:42:02 +00:00
log-level = debug
2020-07-26 19:00:05 +00:00
log-file = stdout