fix(ff3): use correct secret for newly generated keys (#2183)

This commit is contained in:
Stavros Kois
2022-03-15 22:34:09 +02:00
committed by GitHub
parent 7659b99fb4
commit d032021416
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 14.0.2
version: 14.0.3
annotations:
truecharts.org/catagories: |
- finacial
@@ -18,7 +18,7 @@ data:
{{- $static_cron_token := randAlphaNum 32 }}
{{- $app_key := randAlphaNum 32 }}
STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }}
APP_KEY: {{ $static_cron_token | b64enc }}
APP_KEY: {{ $app_key | b64enc }}
{{- end }}
{{- end -}}