mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
* updated github script for login * refactored and cleans up github login * wip * updated github script * removed context dir for page access * updated auth script * updated the login methods * updated README * updated minor bugs * added error handling
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
|
|
# Copy and paste this file and rename it to .env.local
|
|
|
|
STUDIO_URL=https://supabase.com/dashboard
|
|
API_URL=https://api.supabase.com
|
|
|
|
# Required for platform tests
|
|
IS_PLATFORM=true
|
|
ORG_SLUG=
|
|
SUPA_PAT=
|
|
|
|
GITHUB_TOTP=
|
|
GITHUB_USER=
|
|
GITHUB_PASS=
|
|
|
|
VERCEL_AUTOMATION_BYPASS_SELFHOSTED_STUDIO= |