common/emgauwa-core.toml

16 lines
368 B
TOML

port = 4419
host = "127.0.0.1"
# Set to a user and a group to drop privileges to after binding to the port
#user = "emgauwa"
#group = "emgauwa"
# 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"