aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check-with-fallback-env.sh2
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}"