20 lines
507 B
Text
20 lines
507 B
Text
|
[core]
|
||
|
database = "emgauwa-core.sqlite"
|
||
|
content-dir = "/usr/share/webapps/emgauwa"
|
||
|
include = "./emgauwa-core.conf.d/"
|
||
|
not-found-file = "404.html"
|
||
|
not-found-file-mime = "text/html"
|
||
|
not-found-content = "404 - NOT FOUND"
|
||
|
not-found-content-type = "text/plain"
|
||
|
|
||
|
[ports]
|
||
|
server = 5000
|
||
|
# 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
|
||
|
discovery = 4421
|
||
|
# 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
||
|
mqtt = 1885
|
||
|
|
||
|
[logging]
|
||
|
level = "debug"
|
||
|
file = "stdout"
|