# Default public env vars for local development. # Committed — these are not secrets. Secret vars (.env) remain gitignored. # # NOTE: PUBLIC_SUPABASE_ANON_KEY must be signed with the same SUPABASE_JWT_SECRET # that Kong + GoTrue + PostgREST use (see root .env). The repo-wide .env is the # authoritative source; this file exists so non-sensitive PUBLIC_* values can be # versioned for new contributors. If you rotate JWT_SECRET, update this file too. PUBLIC_SUPABASE_URL=http://192.168.1.167:8001 PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0 PUBLIC_KEYCLOAK_URL=http://192.168.1.167:8080 PUBLIC_KEYCLOAK_REALM=colectivo PUBLIC_KEYCLOAK_CLIENT_ID=colectivo-web PUBLIC_APP_URL=http://192.168.1.167:5173