Files
husk-milter/config/config.toml
T
Malte Meiboom a729a5b626 Add anyhow and configurable TcpListener
- add anyhow to Cargo.toml
- make the connection parameter (for the TcpListener) configurable
2025-11-12 12:10:03 +01:00

7 lines
93 B
TOML

#
# Husk config file
#
connection = "localhost:3000"
logfile_config = "./config/log4rs.yml"