diff --git a/scripts/deploy-rust-remote.sh b/scripts/deploy-rust-remote.sh index 07d4a9fb..0a0903f1 100644 --- a/scripts/deploy-rust-remote.sh +++ b/scripts/deploy-rust-remote.sh @@ -90,11 +90,11 @@ REPO_ROOT="$(cd -- "${SCRIPT_DIR}/.." && pwd)" SERVER_RS_DIR="${REPO_ROOT}/server-rs" BUILD_ROOT="${REPO_ROOT}/build" BUILD_NAME="$(date +%Y%m%d-%H%M%S)" -DATABASE="genarrative-dev" +DATABASE="xushi-p4wfr" API_HOST="127.0.0.1" API_PORT="8082" WEB_HOST="0.0.0.0" -WEB_PORT="3000" +WEB_PORT="25001" SPACETIME_HOST="127.0.0.1" SPACETIME_PORT="3101" SSH_KEY='~\.ssh\dsk.pem'