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

16 lines
423 B
TOML
Raw Normal View History

2023-04-14 01:05:35 +02:00
variant = "Advanced"
max_age = 900
cleanup_interval = 21600
2023-04-15 21:08:24 +02:00
allowed_domains = ["example.org", "example.com"]
2023-04-14 01:05:35 +02:00
port = 8080
2023-04-16 19:08:46 +02:00
bind_host = "0.0.0.0"
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"
2023-04-15 23:51:13 +02:00
mail_subject = "Please confirm to %a your public key"