Files
HomesteadGateway/config.toml
2025-12-01 13:40:58 +01:00

17 lines
227 B
TOML

[log]
level = "debug"
directory = "logs/"
rotation = 3 # in days
[gateway]
http_port = 3333
websocket = "gateway"
body_size = 2 # in MB
queue_max = 8192
[database]
host_dsn = ""
username = ""
password = ""
database = ""