hlstate-rs/crates/httpd/config.toml
2026-03-05 15:41:15 +02:00

12 lines
No EOL
190 B
TOML

title = "HLState"
format_time = "%d/%m/%Y %H:%M"
# Bind server on given host
host = "127.0.0.1"
# Bind server on given port
port = 8000
#Configure instance in the debug mode
debug = true