From 8acfb6c5448a8e9cd5c487aba0fe8aa727ca4c36 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 1 Jan 2026 20:24:18 +0100 Subject: [PATCH] localhost change --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8a7ee8..205519c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"