0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 03:25:54 +01:00
simple-wkd/example.wkd.toml
2023-04-14 12:40:26 +02:00

15 lines
No EOL
356 B
TOML

variant = "Advanced"
root_folder = "data"
max_age = 900
cleanup_interval = 21600
port = 8080
external_url = "http://localhost:8080"
[mail_settings]
smtp_host = "mail.example.org"
smtp_username = "keyservice"
smtp_password = "verysecurepassword"
smtp_port = 465
smtp_tls = "Tls"
mail_from = "key-submission@example.org"
mail_subject = "Confirm this action"