9 lines
130 B
TOML
9 lines
130 B
TOML
database = "sqlite://emgauwa-controller.sqlite"
|
|
|
|
[core]
|
|
port = 4419
|
|
host = "127.0.0.1"
|
|
|
|
[logging]
|
|
level = "DEBUG"
|
|
file = "stdout"
|