aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-01-16 16:53:23 -0600
committerAnthony Wang2022-01-16 16:53:23 -0600
commit6c749a22165573bfc8dee2a5e3336d6e64ffdc67 (patch)
tree90aec8c305869dae557eb21b8a2da18886f32936
parent4664d47aa9d2bd52f7640be03c24f0f7b97a4947 (diff)
Host game on ports 1950 and 1951
-rwxr-xr-xrun6
1 files changed, 3 insertions, 3 deletions
diff --git a/run b/run
index fc27ef4..1a04c77 100755
--- a/run
+++ b/run
@@ -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