后端版本服务器部署成功

This commit is contained in:
2025-09-11 19:54:34 +08:00
parent 7b237968b9
commit 129284dc1e
2 changed files with 267 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ set -e
# 配置参数
APP_NAME="jiebanke-backend"
APP_DIR="/data/nodejsjiebanke"
APP_DIR="/data/nodejs/jiebanke"
PORT="3310"
LOG_DIR="$APP_DIR/logs"