diff options
author | Anthony Wang | 2022-01-16 16:53:23 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-16 16:53:23 -0600 |
commit | 6c749a22165573bfc8dee2a5e3336d6e64ffdc67 (patch) | |
tree | 90aec8c305869dae557eb21b8a2da18886f32936 | |
parent | 4664d47aa9d2bd52f7640be03c24f0f7b97a4947 (diff) |
Host game on ports 1950 and 1951
-rwxr-xr-x | run | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |