Use correct backend URL
This commit is contained in:
parent
a207d8e08b
commit
abd3e2edc1
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# Environment variable
|
# Environment variable
|
||||||
export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me'
|
export NEXT_PUBLIC_BACK_HOST='https://7.exozy.me'
|
||||||
export FRONT_PORT=4206
|
export FRONT_PORT=4206
|
||||||
export PORT=4207
|
export PORT=4207
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue