diff options
Diffstat (limited to 'run')
-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 |