From 415c0617dfbfbe0f1423f723b7e1de3f9d2b1b6b Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 19 八月 2026 18:01:45 +0800
Subject: [PATCH] chore: 东大高温配置文件
---
src/main/resources/application-ddgw.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-ddgw.yml b/src/main/resources/application-ddgw.yml
index 718fde1..a662191 100644
--- a/src/main/resources/application-ddgw.yml
+++ b/src/main/resources/application-ddgw.yml
@@ -76,9 +76,9 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://localhost:3306/product-inventory-management-ddgw?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-ddgw?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: 200381
+ password: ddgw@123456..
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
@@ -149,8 +149,8 @@
# redis 閰嶇疆
redis:
# 鍦板潃
- host: localhost
- # host: 172.17.0.1
+ # host: localhost
+ host: 172.17.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
# 鏁版嵁搴撶储寮�
@@ -259,7 +259,7 @@
upload-dir: /javaWork/product-inventory-management/file/prod/uploads # 姝e紡鐩綍 鍚庢湡鍒犻櫎
path: /javaWork/product-inventory-management/file/path/uploads # 涓婁紶鐩綍
urlPrefix: /prod-api/common # 閾炬帴鍓嶇紑
- domain: http://36.137.101.88:9001 # 鍩熷悕鍓嶇紑
+ domain: http://36.133.40.190:81 # 鍩熷悕鍓嶇紑
expired: 120 # 杩囨湡鏃堕棿(鍗曚綅:鍒嗛挓)
useLimit: 10 # 浣跨敤娆℃暟
compress: true # 鏄惁鍘嬬缉
--
Gitblit v1.9.3