bin/config.example.toml

12 lines
232 B
TOML

host = "0.0.0.0"
port = 8080
base_url = "http://localhost:8080"
debug = true
[smtp]
enabled = false
# host = "smtp.example.com"
# port = 587
# username = "username"
# password = "password"
# from = "John Smith <jsmith@example.com>"