From c2988f1d503cba2fee2d5f687915caf06f782dc3 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 1 Jan 2026 20:28:36 +0100 Subject: [PATCH] chore: Update Dockerfile URLs to HTTPS and add `test.md`. --- Dockerfile | 4 ++-- test.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test.md diff --git a/Dockerfile b/Dockerfile index 205519c..5d8b712 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://qrmaster.net" +ENV NEXTAUTH_URL="https://www.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://qrmaster.net" +ENV NEXT_PUBLIC_APP_URL="https://www.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" diff --git a/test.md b/test.md new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +. \ No newline at end of file