diff options
author | Anthony Wang | 2022-04-11 22:22:46 -0500 |
---|---|---|
committer | Anthony Wang | 2022-04-11 22:22:46 -0500 |
commit | abd3e2edc1e695f0d34a4010e3250203927a9fe8 (patch) | |
tree | 58a5f2f1bf0540bb94dc791a83acda9dbd587e20 | |
parent | a207d8e08b97ede08668e69099fb166f2819a0e9 (diff) |
Use correct backend URL
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/bash # Environment variable -export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me' +export NEXT_PUBLIC_BACK_HOST='https://7.exozy.me' export FRONT_PORT=4206 export PORT=4207 |