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-testing/core.conf

20 lines
396 B
Text
Raw Normal View History

[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"