Use correct backend URL

This commit is contained in:
Anthony Wang 2022-04-11 22:22:46 -05:00
parent a207d8e08b
commit abd3e2edc1
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
run
View file

@ -1,7 +1,7 @@
#!/usr/bin/bash
# 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 PORT=4207