Skip to content

Commit

Permalink
Update Dockerfile.database
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Aug 22, 2024
1 parent 72e5877 commit 36515ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ENV NEXT_PUBLIC_SERVICE_MODE="server" \
KEY_VAULTS_SECRET="use-for-build"

# Clerk
# ENV CLERK_WEBHOOK_SECRET="use-for-build" \
# CLERK_SECRET_KEY="use-for-build" \
# NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="pk_live_Y2xlcmsubXI1YWkuY29tJA"
ENV CLERK_WEBHOOK_SECRET="use-for-build" \
CLERK_SECRET_KEY="use-for-build" \
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="pk_live_Y2xlcmsubXI1YWkuY29tJA"

# Sentry
ENV NEXT_PUBLIC_SENTRY_DSN="" \
Expand Down

0 comments on commit 36515ca

Please sign in to comment.