17 lines
283 B
TOML
17 lines
283 B
TOML
database = "emgauwa-core.sqlite"
|
|
content-dir = "/usr/share/webapps/emgauwa"
|
|
|
|
[not-found]
|
|
file = "404.html"
|
|
content = "404 - NOT FOUND"
|
|
content-type = "text/plain"
|
|
|
|
[bind]
|
|
http = "127.0.0.1:5000"
|
|
mqtt = "127.0.0.1:1883"
|
|
|
|
[logging]
|
|
level = "debug"
|
|
file = "stdout"
|
|
|
|
# vim: set ft=toml:
|