15 lines
292 B
YAML
15 lines
292 B
YAML
---
|
|
authentik:
|
|
secret_key: << authentik_secret_key >>
|
|
postgresql:
|
|
password: << database_password >>
|
|
<%- if email_enabled %>
|
|
email:
|
|
password: << email_password >>
|
|
<%- endif %>
|
|
<%- if not database_external %>
|
|
postgresql:
|
|
auth:
|
|
password: << database_password >>
|
|
<%- endif %>
|