From 25f338e3e174e086b337ec728fde7977efbbac94 Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 27 May 2026 21:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 4 ++-- Jenkinsfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.prod b/.env.prod index 6316ce5..a7b3612 100644 --- a/.env.prod +++ b/.env.prod @@ -5,7 +5,7 @@ PROJECT_NAME=OfferPie AI SERVER_PORT=8000 # 数据库 (MySQL) -DB_HOST=8.138.5.14 +DB_HOST=8.163.14.142 DB_PORT=30006 DB_USER=root DB_PASSWORD=^CgDatabase2020 @@ -14,7 +14,7 @@ DB_POOL_SIZE=10 DB_MAX_OVERFLOW=20 # Redis -REDIS_HOST=8.138.5.14 +REDIS_HOST=8.163.14.142 REDIS_PORT=30089 REDIS_PASSWORD="#8kPCdAsser" REDIS_DB=0 diff --git a/Jenkinsfile b/Jenkinsfile index cc02501..1a7e35e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,10 +13,10 @@ pipeline { environment { // 目标服务器配置 - DEPLOY_HOST = '8.138.180.255' + DEPLOY_HOST = '8.148.237.97' DEPLOY_PORT = '22' DEPLOY_USER = 'root' - DEPLOY_PASS = 'sh.0807.' + DEPLOY_PASS = 'Mzpy520@126.com' // 项目配置 IMAGE_NAME = 'offerpie-ai'