aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-04-11 22:22:46 -0500
committerAnthony Wang2022-04-11 22:22:46 -0500
commitabd3e2edc1e695f0d34a4010e3250203927a9fe8 (patch)
tree58a5f2f1bf0540bb94dc791a83acda9dbd587e20
parenta207d8e08b97ede08668e69099fb166f2819a0e9 (diff)
Use correct backend URL
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index ab8e3c0..bbb342b 100755
--- a/run
+++ b/run
@@ -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