controller/emgauwa-core.toml

12 lines
254 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-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"