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)