Add comment to env
This commit is contained in:
parent
a181c0b32a
commit
29e33d509e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORT='3000'
|
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'
|
MAX_PARTY_LINES='5'
|
||||||
INITIAL_RUMOR='...nothing has been said, yet.'
|
INITIAL_RUMOR='...nothing has been said, yet.'
|
||||||
ENVIRONMENT='development'
|
ENVIRONMENT='development'
|
Loading…
Add table
Reference in a new issue