From 6e6a924c4c3edaa193a12e88a67614139cf4ba44 Mon Sep 17 00:00:00 2001 From: Arnav Verma Date: Thu, 2 Apr 2026 01:19:04 -0500 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 56c2a61..23fe9ef 100644 --- a/.env.example +++ b/.env.example @@ -25,5 +25,5 @@ S3_ENDPOINT="" # e.g. https://.r2.cloudflarestorage.com GOOGLE_AI_API_KEY="" # ── Frontend ────────────────────────────────────────── -CLIENT_URL="http://localhost:3000" -NEXT_PUBLIC_API_URL="http://localhost:5000" +CLIENT_URL="http://localhost:3000" (You can also replace this with you railway URL) +NEXT_PUBLIC_API_URL="http://localhost:5000" (You can also replace this with you railway URL)