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