mirror of
https://github.com/plausible/hosting.git
synced 2025-07-03 18:47:29 -05:00
Update SECRET_KEY_BASE value input
This commit is contained in:
@ -22,7 +22,7 @@ data:
|
||||
{{- if .Values.clickhouse.url }}
|
||||
CLICKHOUSE_DATABASE_URL: {{ .Values.clickhouse.url | toString | b64enc }}
|
||||
{{- end }}
|
||||
SECRET_KEY_BASE: {{ randAlphaNum 90 | toString | b64enc }}
|
||||
SECRET_KEY_BASE: {{ .Values.secretKeyBase | default "plausible-analytics" | toString | b64enc }}
|
||||
{{- if .Values.smtp.enabled }}
|
||||
{{- if .Values.smtp.mailer.emailAddress }}
|
||||
MAILER_EMAIL: {{ .Values.smtp.mailer.emailAddress | toString | b64enc }}
|
||||
|
@ -5,6 +5,8 @@
|
||||
disableAuth: false
|
||||
disableRegistration: false
|
||||
|
||||
secretKeyBase: ""
|
||||
|
||||
adminUser:
|
||||
email: ""
|
||||
name: ""
|
||||
|
Reference in New Issue
Block a user