aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-04-10 10:58:44 -0500
committerAnthony Wang2022-04-10 10:58:44 -0500
commita207d8e08b97ede08668e69099fb166f2819a0e9 (patch)
tree519721c94f19d012f0e5e54e910475eb28b46e0a
parent6c749a22165573bfc8dee2a5e3336d6e64ffdc67 (diff)
Use ports 4206 and 4207
-rwxr-xr-xrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/run b/run
index 1a04c77..ab8e3c0 100755
--- a/run
+++ b/run
@@ -2,8 +2,8 @@
# Environment variable
export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me'
-export FRONT_PORT=1950
-export PORT=1951
+export FRONT_PORT=4206
+export PORT=4207
# Build
cd front