Files
HomesteadGateway/config.toml

17 lines
226 B
TOML

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