|
|
@@ -1,11 +1,28 @@
|
|
1
|
1
|
authentik:
|
|
2
|
|
- secret_key: "PleaseGenerateA50CharKeyOrSo"
|
|
|
2
|
+ secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
|
|
3
|
3
|
# This sends anonymous usage-data, stack traces on errors and
|
|
4
|
4
|
# performance data to sentry.beryju.org, and is fully opt-in
|
|
5
|
5
|
error_reporting:
|
|
6
|
6
|
enabled: true
|
|
7
|
7
|
postgresql:
|
|
8
|
8
|
password: "ThisIsNotASecurePasswordEither"
|
|
|
9
|
+
|
|
|
10
|
+ email:
|
|
|
11
|
+ # -- SMTP Server emails are sent from, fully optional
|
|
|
12
|
+ host: "mail.your-server.de"
|
|
|
13
|
+ port: 587
|
|
|
14
|
+ # -- SMTP credentials, when left empty, not authentication will be done
|
|
|
15
|
+ username: "authentik@kaisers.info"
|
|
|
16
|
+ # -- SMTP credentials, when left empty, not authentication will be done
|
|
|
17
|
+ password: "6qL3XdwQUw2UJ75U"
|
|
|
18
|
+ # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
|
19
|
+ use_tls: true
|
|
|
20
|
+ # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
|
21
|
+ use_ssl: false
|
|
|
22
|
+ # -- Connection timeout
|
|
|
23
|
+ timeout: 30
|
|
|
24
|
+ # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
|
|
|
25
|
+ from: "authentik <authentik@kaisers.info>"
|
|
9
|
26
|
|
|
10
|
27
|
ingress:
|
|
11
|
28
|
enabled: true
|