From 7d4fe42720eef5deaaf43dbd6c25aaf0a4c2f9ad Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 21:58:09 -0400 Subject: [PATCH] Default app port to 5000 --- chat-app/.env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-app/.env.sample b/chat-app/.env.sample index 9138653..e09de67 100644 --- a/chat-app/.env.sample +++ b/chat-app/.env.sample @@ -1,2 +1,2 @@ APP_URL="chat.freedoom.party" -APP_PORT=3000 +APP_PORT=5000