From 2c7850a660d663b653984f33fb7758c2085c7565 Mon Sep 17 00:00:00 2001 From: Mohammed Rayan A Date: Wed, 15 Jul 2026 00:04:44 +0530 Subject: [PATCH] Add NEXT_PUBLIC_APP_URL to .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 0cb3e5b..b62d747 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,6 @@ +# App Configuration +NEXT_PUBLIC_APP_URL=http://localhost:3000 + # Firebase Client Config (Browser-safe) NEXT_PUBLIC_FIREBASE_API_KEY= NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=