docs(env): document REALTIME_ENC_KEY in .env.example
Some checks failed
CI / Web — typecheck + lint + build (push) Failing after 40s
CI / Scripts — Python smoke (push) Failing after 50s
CI / Web — npm audit (push) Failing after 36s
CI / Retrieval — golden set (Recall@5 + MRR) (push) Failing after 5s

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:
Luiz Gustavo 2026-06-04 04:08:13 -03:00
parent 41f7099fb3
commit 9cc41a43e1

View file

@ -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=