added email config
This commit is contained in:
parent
6facbdeef0
commit
dfc30c77c0
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@ postgresql:
|
||||||
authentik:
|
authentik:
|
||||||
secret_key: {{ readFile "../.envs/.authentik-secret-key" }}
|
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:
|
postgresql:
|
||||||
password: {{ readFile "../.envs/.authentik-postgresql" }}
|
password: {{ readFile "../.envs/.authentik-postgresql" }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue