diff options
| author | Fuwn <[email protected]> | 2026-03-27 09:30:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-27 09:30:36 +0000 |
| commit | 7653144fe7b185260c5a1b647cf1b83e78069177 (patch) | |
| tree | bdc4c33ebbd5bce99c87f9c74e50f602662d9772 /scripts | |
| parent | chore(pnpm): Update lockfile (diff) | |
| download | due.moe-7653144fe7b185260c5a1b647cf1b83e78069177.tar.xz due.moe-7653144fe7b185260c5a1b647cf1b83e78069177.zip | |
refactor(supabase): move app access to service role
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/check-with-fallback-env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-with-fallback-env.sh b/scripts/check-with-fallback-env.sh index a3c5d7c0..6e322715 100644 --- a/scripts/check-with-fallback-env.sh +++ b/scripts/check-with-fallback-env.sh @@ -3,7 +3,7 @@ set -euo pipefail export SUPABASE_URL="${SUPABASE_URL:-http://localhost:54321}" -export SUPABASE_ANON_KEY="${SUPABASE_ANON_KEY:-dummy}" +export SUPABASE_SERVICE_ROLE_KEY="${SUPABASE_SERVICE_ROLE_KEY:-dummy}" export PUBLIC_APP_ORIGIN="${PUBLIC_APP_ORIGIN:-http://localhost:5173}" export PUBLIC_ANILIST_CLIENT_ID="${PUBLIC_ANILIST_CLIENT_ID:-dummy}" export ANILIST_CLIENT_SECRET="${ANILIST_CLIENT_SECRET:-dummy}" |