Skip to content

Commit

Permalink
build: Remove supabase env vas
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Apr 28, 2024
1 parent b553715 commit db35a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Expand Up @@ -114,8 +114,6 @@ services:
NEXT_PUBLIC_APP_ENV: ${NEXT_PUBLIC_APP_ENV}
NEXT_PUBLIC_APP_URL: ${NEXT_PUBLIC_APP_URL}
NEXT_PUBLIC_SELF_HOSTED: true
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${NEXT_PUBLIC_SUPABASE_ANON_KEY}
NEXT_PUBLIC_SUPABASE_URL: ${NEXT_PUBLIC_SUPABASE_URL}
# Auth
NEXT_PUBLIC_DISABLE_AUTH: ${TRACECAT__DISABLE_AUTH} # Prefix with NEXT_PUBLIC_ to expose to client
CLERK_SECRET_KEY: ${CLERK_SECRET_KEY}
Expand Down

0 comments on commit db35a32

Please sign in to comment.