From cf70e11fe8032758a85a9df85c50aeb5164ead18 Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Fri, 31 Jan 2025 01:33:33 -0300 Subject: [PATCH] Fix typo in server .env --- server/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/.env b/server/.env index f073f6c..b9f93e7 100644 --- a/server/.env +++ b/server/.env @@ -1,5 +1,5 @@ PORT='3000' -CLIENT_URL='http://localhost:3000' // If you're serving the static content leave as is, if not point to port 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