Host game on ports 1950 and 1951

This commit is contained in:
Anthony Wang 2022-01-16 16:53:23 -06:00
parent 4664d47aa9
commit 6c749a2216
Signed by: a
GPG key ID: BC96B00AEC5F2D76

6
run
View file

@ -1,9 +1,9 @@
#!/usr/bin/bash
# Environment variable
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
export FRONT_PORT=5000
export PORT=6000
export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me'
export FRONT_PORT=1950
export PORT=1951
# Build
cd front