Skip to content

Commit

Permalink
Sets the ENC_KEY to a default value of 16 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Aug 5, 2024
1 parent 18fccac commit 5776532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ realtime:
- name: APP_NAME
value: "supabase-realtime"
- name: DB_ENC_KEY
value: "testenckeychaangethisforsuresure"
value: "testenckeychange" # This needs to be exactly 16 characters
- name: DNS_NODES
value: "supabase-realtime"
sidecars:
Expand All @@ -98,7 +98,7 @@ realtime:
name: supabase-postgresql
key: postgres-password
- name: DB_ENC_KEY
value: "testenckeychaangethisforsuresure"
value: "testenckeychange" # This needs to be exactly 16 characters
command:
- sh
- -c
Expand Down

0 comments on commit 5776532

Please sign in to comment.