This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
package/core/core.ini
Tobias Reisinger f3370c9169 upgpkg: core v0.2.5
upgpkg: core-testing v0.2.5
add: core and controller logging
2020-08-01 16:30:54 +02:00

20 lines
551 B
INI

[core]
server-port = 80
user = emgauwa
group = emgauwa
database = /var/lib/emgauwa/core/db.sqlite
content-dir = /usr/share/webapps/emgauwa
not-found-file = /usr/share/webapps/emgauwa/index.html
not-found-file-mime = text/html
not-found-content = 404 - NOT FOUND
not-found-content-type = text/plain
: 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
discovery-port = 4419
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
mqtt-port = 1883
log-level = info
log-file = /var/log/emgauwa/core.log