added email config

This commit is contained in:
Jakub Kropáček 2025-02-11 20:28:08 +01:00
parent 6facbdeef0
commit dfc30c77c0

View file

@ -8,6 +8,14 @@ postgresql:
authentik:
secret_key: {{ readFile "../.envs/.authentik-secret-key" }}
email:
host: smtp.seznam.cz
port: 465
use_ssl: true
from: no-reply@kropcloud.net
username: no-reply@kropcloud.net
password: {{ readFile "../.envs/.authentik-email-password" }}
postgresql:
password: {{ readFile "../.envs/.authentik-postgresql" }}