mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-06 14:52:41 +01:00
Improve mailing and logging
This commit is contained in:
parent
f4cec274bf
commit
6a090414fe
7 changed files with 36 additions and 8 deletions
15
example.config.toml
Normal file
15
example.config.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue