Tobias Reisinger
3a66873023
upgpkg: core-testing v0.2.4 add: config and tmpfiles for logging in -testing pkgs
19 lines
482 B
INI
19 lines
482 B
INI
[core]
|
|
server-port = 80
|
|
|
|
user = emgauwa
|
|
group = emgauwa
|
|
|
|
database = /var/lib/emgauwa/core/db.sqlite
|
|
not-found-file = 404.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 = 4420
|
|
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
|
mqtt-port = 1884
|
|
|
|
log-level = debug
|
|
log-file = /var/log/emgauwa/core.log
|