aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-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