chore: remove unused environment variables

main
Justin Xiao 2023-07-17 22:10:12 +08:00
parent d51a690f63
commit ac8ec94171
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1 @@
NEXT_SOCKET_PORT=3030 NEXT_PUBLIC_SOCKET_URL=/
NEXT_PUBLIC_SOCKET_URL=http://localhost:3000

View File

@ -1,2 +1 @@
NEXT_SOCKET_PORT=3030 NEXT_PUBLIC_SOCKET_URL=ws://localhost:3001 # if you wanna deploy to Vercel, you need to change this to "/"
NEXT_PUBLIC_SOCKET_URL=ws://localhost:3001