Skip to content

Commit

Permalink
build: Remove NEXT_PUBLIC_SELF_HOSTED
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Apr 29, 2024
1 parent c6f98c0 commit abb5bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ services:
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
NEXT_PUBLIC_APP_ENV: ${NEXT_PUBLIC_APP_ENV}
NEXT_PUBLIC_APP_URL: ${NEXT_PUBLIC_APP_URL}
NEXT_PUBLIC_SELF_HOSTED: true
# 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 abb5bff

Please sign in to comment.