controller/emgauwa-core.toml

16 lines
368 B
TOML
Raw Normal View History

2023-11-23 02:36:14 +00:00
port = 4419
2023-11-19 17:54:27 +00:00
host = "127.0.0.1"
2023-11-27 18:36:53 +00:00
# Set to a user and a group to drop privileges to after binding to the port
#user = "emgauwa"
#group = "emgauwa"
2023-11-24 00:10:33 +00:00
# Leave empty to allow all origins (will always respond with Origin and not "*")
#origins = ["http://localhost", "https://emgauwa.app"]
2023-11-19 17:54:27 +00:00
database = "sqlite://emgauwa-core.sqlite"
[logging]
level = "DEBUG"
file = "stdout"