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:
parent
de617dbbf2
commit
5945294815
1 changed files with 16 additions and 0 deletions
16
wkd.toml.example
Normal file
16
wkd.toml.example
Normal 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"
|
Loading…
Reference in a new issue