0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 05:05:52 +01:00
simple-wkd/example.wkd.toml

15 lines
356 B
TOML
Raw Normal View History

2023-04-14 01:05:35 +02:00
variant = "Advanced"
2023-04-14 12:18:49 +02:00
root_folder = "data"
2023-04-14 01:05:35 +02:00
max_age = 900
cleanup_interval = 21600
port = 8080
2023-04-14 12:18:49 +02:00
external_url = "http://localhost:8080"
2023-04-14 01:05:35 +02:00
2023-04-14 12:18:49 +02:00
[mail_settings]
2023-04-14 01:05:35 +02:00
smtp_host = "mail.example.org"
smtp_username = "keyservice"
smtp_password = "verysecurepassword"
smtp_port = 465
2023-04-14 12:18:49 +02:00
smtp_tls = "Tls"
2023-04-14 01:05:35 +02:00
mail_from = "key-submission@example.org"
mail_subject = "Confirm this action"