0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-05 03:32:49 +01:00

Add example setting file

This commit is contained in:
Delta1925 2023-04-14 01:05:35 +02:00
parent de617dbbf2
commit 5945294815
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25

16
wkd.toml.example Normal file
View file

@ -0,0 +1,16 @@
variant = "Advanced"
max_age = 900
cleanup_interval = 21600
port = 8080
[folder_structure]
root_folder = "data"
pending_folder = "pending"
[smtp_settings]
smtp_host = "mail.example.org"
smtp_username = "keyservice"
smtp_password = "verysecurepassword"
smtp_port = 465
mail_from = "key-submission@example.org"
mail_subject = "Confirm this action"