localhost change
This commit is contained in:
parent
91313ac7d5
commit
8acfb6c544
|
|
@ -27,12 +27,12 @@ COPY . .
|
|||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
# Add build-time environment variables with defaults
|
||||
ENV DATABASE_URL="postgresql://postgres:postgres@db:5432/qrmaster?schema=public"
|
||||
ENV NEXTAUTH_URL="http://localhost:3000"
|
||||
ENV NEXTAUTH_URL="http://qrmaster.net"
|
||||
ENV NEXTAUTH_SECRET="build-time-secret"
|
||||
ENV IP_SALT="build-time-salt"
|
||||
ENV STRIPE_SECRET_KEY="sk_test_placeholder_for_build"
|
||||
ENV RESEND_API_KEY="re_placeholder_for_build"
|
||||
ENV NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
ENV NEXT_PUBLIC_APP_URL="http://qrmaster.net"
|
||||
# PostHog Analytics - REQUIRED at build time for client-side bundle
|
||||
ENV NEXT_PUBLIC_POSTHOG_KEY="phc_97JBJVVQlqqiZuTVRHuBnnG9HasOv3GSsdeVjossizJ"
|
||||
ENV NEXT_PUBLIC_POSTHOG_HOST="https://us.i.posthog.com"
|
||||
|
|
|
|||
Loading…
Reference in New Issue