Skip to content

Commit

Permalink
Revert constants.ts from local database to remote database
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowyNate authored Oct 14, 2024
1 parent 36ae685 commit 2662779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const PUBLIC_URL =
process.env.REACT_APP_PUBLIC_URL || "http://localhost:3000";
export const SUPABASE_URL =
process.env.REACT_APP_SUPABASE_URL || "http://localhost:8000";
process.env.REACT_APP_SUPABASE_URL || "https://base.stuysu.org/";
export const SUPABASE_ANON_KEY =
process.env.REACT_APP_SUPABASE_ANON_KEY ||
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyAgCiAgICAicm9sZSI6ICJhbm9uIiwKICAgICJpc3MiOiAic3VwYWJhc2UtZGVtbyIsCiAgICAiaWF0IjogMTY0MTc2OTIwMCwKICAgICJleHAiOiAxNzk5NTM1NjAwCn0.dc_X5iR_VP_qT0zsiyj_I_OZ2T9FtRU2BBNWN8Bu4GE";

0 comments on commit 2662779

Please sign in to comment.