2020-11-18 23:59:26 +00:00
|
|
|
[core]
|
|
|
|
database = "emgauwa-core.sqlite"
|
2020-11-19 12:37:26 +00:00
|
|
|
include = "../emgauwa-core-testing.conf.d"
|
2020-11-18 23:59:26 +00:00
|
|
|
content-dir = "."
|
|
|
|
not-found-file = "404.html"
|
|
|
|
not-found-file-mime = "text/html"
|
|
|
|
|
|
|
|
[ports]
|
|
|
|
server = 5000
|
|
|
|
# 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
|
|
|
|
discovery = 4422
|
|
|
|
# 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
|
|
|
mqtt = 1886
|
|
|
|
|
|
|
|
[logging]
|
|
|
|
level = "debug"
|
|
|
|
file = "stdout"
|