Terminado sprint 2A
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Supabase — variables de cliente (públicas, respetan RLS con anon key)
|
||||
# Copiar a .env.local y completar con los valores del proyecto Cloud
|
||||
# NO agregar valores reales aquí; .env.local está en .gitignore
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://<project-ref>.supabase.co
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=<anon-key-publica>
|
||||
|
||||
# NUNCA agregar SUPABASE_SERVICE_ROLE_KEY como variable NEXT_PUBLIC_ ni en el cliente
|
||||
# La service_role bypasa RLS — solo para Edge Functions / backend server-side
|
||||
Reference in New Issue
Block a user