From 77906a1ff735f7254adfe2adbdeaf54417b3032f Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 25 Jun 2026 15:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/src/main/resources/application-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client-api/src/main/resources/application-test.yml b/client-api/src/main/resources/application-test.yml index fa62a66..f658489 100644 --- a/client-api/src/main/resources/application-test.yml +++ b/client-api/src/main/resources/application-test.yml @@ -4,15 +4,15 @@ server: # 数据源配置 spring: datasource: - url: jdbc:mysql://${MYSQL_HOST:192.168.31.105}:${MYSQL_PORT:3306}/${DB_NAME:offerpie_test}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true + url: jdbc:mysql://${MYSQL_HOST:8.163.14.142}:${MYSQL_PORT:30006}/${DB_NAME:offerpie_test}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true username: ${MYSQL_USERNAME:root} - password: ${MYSQL_PASSWORD:123456} + password: ${MYSQL_PASSWORD:^CgDatabase2020} driver-class-name: com.mysql.cj.jdbc.Driver redis: - host: ${REDIS_HOST:192.168.31.105} - password: ${REDIS_PASSWORD:123456} - port: ${REDIS_PORT:6379} - timeout: 8s + host: ${REDIS_HOST:8.163.14.142} + password: ${REDIS_PASSWORD:#8kPCdAsser} + port: ${REDIS_PORT:30089} + timeout: 10s database: 1 # 电子邮箱