docs(env): document REALTIME_ENC_KEY in .env.example
Note the 16-ASCII-byte requirement and the crash-loop caveat so a fresh deploy doesn't repeat the AES-128 bad-key-size mistake.
This commit is contained in:
parent
41f7099fb3
commit
9cc41a43e1
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ DASHBOARD_USERNAME=admin # Studio basic-auth
|
|||
DASHBOARD_PASSWORD=
|
||||
SECRET_KEY_BASE= # used by realtime + auth
|
||||
VAULT_ENC_KEY= # 32-char hex for Supabase Vault
|
||||
REALTIME_ENC_KEY= # 16 ASCII bytes — AES-128 key for Supabase Realtime. Reusing VAULT_ENC_KEY here crash-loops the container.
|
||||
MEILI_MASTER_KEY=
|
||||
IMGPROXY_KEY=
|
||||
IMGPROXY_SALT=
|
||||
|
|
|
|||
Loading…
Reference in a new issue