controller/emgauwa-core.toml

12 lines
254 B
TOML

port = 4419
host = "127.0.0.1"
# Leave empty to allow all origins (will always respond with Origin and not "*")
#origins = ["http://localhost", "https://emgauwa.app"]
database = "sqlite://emgauwa-core.sqlite"
[logging]
level = "DEBUG"
file = "stdout"