mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-10-30 07:05:51 +01:00
Update README and example configuration
This commit is contained in:
parent
850868e60a
commit
c2e5dfac76
2 changed files with 5 additions and 1 deletions
|
@ -37,6 +37,7 @@ mail_settings.smtp_port | Any positive number | The port of the SMTP server
|
|||
mail_settings.smtp_tls | `Tls` or `Starttls` | The encryption method to use
|
||||
mail_settings.mail_from | String | The email address to be used
|
||||
mail_settings.mail_subject | String | The confirmation email's subject
|
||||
policy.key_max_validity | Any positive number | The maximum allowed validity period of a key in seconds. (optional)
|
||||
|
||||
|
||||
## Environment Variables
|
||||
|
|
|
@ -14,3 +14,6 @@ smtp_port = 465
|
|||
smtp_tls = "Tls"
|
||||
mail_from = "key-submission@example.org"
|
||||
mail_subject = "Please confirm to %a your public key"
|
||||
|
||||
[policy]
|
||||
key_max_validity = 0
|
||||
|
|
Loading…
Reference in a new issue