bin/config.example.toml

12 lines
232 B
TOML
Raw Permalink Normal View History

2023-09-15 08:16:02 +02:00
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>"