Host game on ports 1950 and 1951
This commit is contained in:
parent
4664d47aa9
commit
6c749a2216
1 changed files with 3 additions and 3 deletions
6
run
6
run
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# Environment variable
|
# Environment variable
|
||||||
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
|
export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me'
|
||||||
export FRONT_PORT=5000
|
export FRONT_PORT=1950
|
||||||
export PORT=6000
|
export PORT=1951
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
cd front
|
cd front
|
||||||
|
|
Loading…
Reference in a new issue