migrate
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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 %>
|
||||
Reference in New Issue
Block a user