Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit cc93cd1

Browse files
authored
Merge pull request #9 from rndquu/build/set-api-keys
build: set API keys
2 parents a9fd60e + 2894e92 commit cc93cd1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/constants/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export const SUPABASE_URL = "https://qzfjblxdroqrmlheoajw.supabase.co";
2-
export const SUPABASE_KEY =
3-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InF6ZmpibHhkcm9xcm1saGVvYWp3Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2ODA4NTMwMzMsImV4cCI6MTk5NjQyOTAzM30.BM_qkpX-egNdiMc0PDO_34bIaXHB7ewnr2k4U2hGFMM";
1+
export const SUPABASE_URL = "https://iyybhhiflwbsjopsgaow.supabase.co";
2+
export const SUPABASE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Iml5eWJoaGlmbHdic2pvcHNnYW93Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2ODUxMTA1MTMsImV4cCI6MjAwMDY4NjUxM30.R_c29S9xFbZmqHxi4HTdhP8uqHt2v6DnUSCEAxBeTTM";

0 commit comments

Comments
 (0)