|
|
@@ -26,7 +26,7 @@ spec:
|
|
26
|
26
|
# This sends anonymous usage-data, stack traces on errors and
|
|
27
|
27
|
# performance data to sentry.beryju.org, and is fully opt-in
|
|
28
|
28
|
error_reporting:
|
|
29
|
|
- enabled: true
|
|
|
29
|
+ enabled: false
|
|
30
|
30
|
postgresql:
|
|
31
|
31
|
password: "ThisIsNotASecurePasswordEither"
|
|
32
|
32
|
|
|
|
@@ -40,8 +40,6 @@ spec:
|
|
40
|
40
|
password: "6qL3XdwQUw2UJ75U"
|
|
41
|
41
|
# -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
42
|
42
|
use_tls: true
|
|
43
|
|
- # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
44
|
|
- use_ssl: false
|
|
45
|
43
|
# -- Connection timeout
|
|
46
|
44
|
timeout: 30
|
|
47
|
45
|
# -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
|