controller/emgauwa-core.toml

9 lines
117 B
TOML
Raw Normal View History

2023-11-19 17:54:27 +00:00
port = 5000
host = "127.0.0.1"
database = "sqlite://emgauwa-core.sqlite"
[logging]
level = "DEBUG"
file = "stdout"