added email config
This commit is contained in:
parent
6facbdeef0
commit
40cf93dfb2
2 changed files with 9 additions and 0 deletions
1
stages/identity/.envs/.authentik-email-password.template
Normal file
1
stages/identity/.envs/.authentik-email-password.template
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ pw "82043f19-dfa4-4c95-9720-24609d12fedd" }}
|
|
@ -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