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
17 lines
261 B
Plaintext
17 lines
261 B
Plaintext
|
|
# Copy and paste this file and rename it to .env.local
|
|
|
|
# Required for self hosted tests
|
|
# Mise infra running
|
|
STUDIO_URL=http://localhost:8082
|
|
API_URL=http://localhost:8080
|
|
|
|
# Required for platform tests
|
|
IS_PLATFORM=true
|
|
ORG_SLUG=
|
|
SUPA_PAT=
|
|
|
|
EMAIL=
|
|
PASSWORD=
|
|
|