19 lines
396 B
Text
19 lines
396 B
Text
[core]
|
|
database = "/var/lib/emgauwa/core/db.sqlite"
|
|
|
|
user = "emgauwa"
|
|
group = "emgauwa"
|
|
|
|
include = "/etc/emgauwa/core.conf.d/"
|
|
|
|
[ports]
|
|
server = 80
|
|
# 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
|
|
discovery = 4420
|
|
# 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
|
mqtt = 1884
|
|
|
|
|
|
[logging]
|
|
level = "debug"
|
|
file = "/var/log/emgauwa/core.log"
|