From 6c749a22165573bfc8dee2a5e3336d6e64ffdc67 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 16 Jan 2022 16:53:23 -0600 Subject: [PATCH] Host game on ports 1950 and 1951 --- run | 6 +++--- 1 file 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