Add email to Vikunja

This commit is contained in:
Jake Howard
2023-09-09 16:22:22 +01:00
parent 28a5089190
commit b02be4e77a
3 changed files with 24 additions and 8 deletions

View File

@ -1 +1,4 @@
jwt_secret: "{{ vault_jwt_secret }}"
from_email: "{{ vault_from_email }}"
smtp_username: "{{ vault_smtp_username }}"
smtp_password: "{{ vault_smtp_password }}"