Files
HomesteadGateway/config.toml
2025-11-30 22:00:47 +01:00

15 lines
184 B
TOML

[log]
level = "info"
directory = "logs/"
rotation = 3 # in days
[gateway]
http_port = ""
websocket = ""
[database]
host_dsn = ""
username = ""
password = ""
database = ""