From 934a857cdf8aea5c98dc5bebdfb90c855e3328e9 Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Tue, 14 Apr 2026 23:46:38 -0600 Subject: [PATCH] document BACKEND_URL swap --- web/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/.env.example b/web/.env.example index d74ca824..3d56459f 100644 --- a/web/.env.example +++ b/web/.env.example @@ -1 +1,4 @@ NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_... +# Backend URL for the API proxy — swap comments to switch between local and remote +BACKEND_URL=http://localhost:8080 +#BACKEND_URL=https://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io