From 29e33d509e22d05495c1b5da7d4614db0c969696 Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:05:46 -0300 Subject: [PATCH] Add comment to env --- server/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/.env b/server/.env index a9d56a1..f073f6c 100644 --- a/server/.env +++ b/server/.env @@ -1,5 +1,5 @@ PORT='3000' -CLIENT_URL='http://localhost:5173' +CLIENT_URL='http://localhost:3000' // If you're serving the static content leave as is, if not point to port 5173 MAX_PARTY_LINES='5' INITIAL_RUMOR='...nothing has been said, yet.' ENVIRONMENT='development' \ No newline at end of file