Use ports 4206 and 4207

This commit is contained in:
Anthony Wang 2022-04-10 10:58:44 -05:00
parent 6c749a2216
commit a207d8e08b
Signed by: a
GPG key ID: BC96B00AEC5F2D76

4
run
View file

@ -2,8 +2,8 @@
# Environment variable
export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me'
export FRONT_PORT=1950
export PORT=1951
export FRONT_PORT=4206
export PORT=4207
# Build
cd front