Fix typo in server .env

This commit is contained in:
pedrocx486 2025-01-31 01:33:33 -03:00
parent f3b3611365
commit cf70e11fe8

View file

@ -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'