From 002a158e470f815b79c9f4368e1597c8efaa5807 Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 27 May 2026 21:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/Jenkinsfile | 4 ++-- client-api/src/main/resources/application-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client-api/Jenkinsfile b/client-api/Jenkinsfile index f99c1fa..dc7a1cb 100644 --- a/client-api/Jenkinsfile +++ b/client-api/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-backend-client' diff --git a/client-api/src/main/resources/application-prod.yml b/client-api/src/main/resources/application-prod.yml index 9b884f0..863e880 100644 --- a/client-api/src/main/resources/application-prod.yml +++ b/client-api/src/main/resources/application-prod.yml @@ -4,12 +4,12 @@ server: # 数据源配置 spring: datasource: - url: jdbc:mysql://${MYSQL_HOST:8.138.5.14}:${MYSQL_PORT:30006}/${DB_NAME:offerpie}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true + url: jdbc:mysql://${MYSQL_HOST:8.163.14.142}:${MYSQL_PORT:30006}/${DB_NAME:offerpie}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true username: ${MYSQL_USERNAME:root} password: ${MYSQL_PASSWORD:^CgDatabase2020} driver-class-name: com.mysql.cj.jdbc.Driver redis: - host: ${REDIS_HOST:8.138.5.14} + host: ${REDIS_HOST:8.163.14.142} password: ${REDIS_PASSWORD:#8kPCdAsser} port: ${REDIS_PORT:30089} timeout: 10s