Commit 1353add6 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix: correct Supabase anon key (was using wrong JWT)

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 0e2586b8
export const ENV = { export const ENV = {
SUPABASE_URL: 'https://safe-supabase-kong.caprover.al-arcade.com', SUPABASE_URL: 'https://safe-supabase-kong.caprover.al-arcade.com',
SUPABASE_ANON_KEY: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzM1Njg5NjAwLCJleHAiOjE4OTM0NTYwMDB9.bFnS-YBhykTQ6vqrfTKJqmAB_aSW6GUgCat3QLkgCv8', SUPABASE_ANON_KEY: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzM1Njg5NjAwLCJleHAiOjE4OTM0NTYwMDB9.31PF6PvP-pSrvRuQwLFptQoejR0W1A7o53lZhEbnz84',
APP_URL: 'https://el3ab-player.caprover.al-arcade.com', APP_URL: 'https://el3ab-player.caprover.al-arcade.com',
STOCKFISH_API: 'https://stockfishapi.caprover.al-arcade.com', STOCKFISH_API: 'https://stockfishapi.caprover.al-arcade.com',
} as const; } as const;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment