controller/emgauwa-core.toml

9 lines
117 B
TOML

port = 5000
host = "127.0.0.1"
database = "sqlite://emgauwa-core.sqlite"
[logging]
level = "DEBUG"
file = "stdout"