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
Tobias Reisinger 58d94cc3a3 Upgrade core-testing to v0.4.0
Add the new config files and add a drop-in config for the webapp.
2020-11-19 19:46:55 +01:00

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"