From e071f03b3dd3d8c968f37f552b99c83e795286db Mon Sep 17 00:00:00 2001 From: kdletters Date: Thu, 23 Apr 2026 00:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy-rust-remote.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'