From 37325b5b629a296230e87d41187742f843c7494c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 15 七月 2025 18:08:23 +0800 Subject: [PATCH] 文件ip迁移兼容 --- start/src/main/resources/application-prod.yml | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/start/src/main/resources/application-prod.yml b/start/src/main/resources/application-prod.yml index d86f683..0637d75 100644 --- a/start/src/main/resources/application-prod.yml +++ b/start/src/main/resources/application-prod.yml @@ -18,13 +18,14 @@ # redis 閰嶇疆 redis: # 鍦板潃 - host: 42.193.1.25 +# host: 42.193.1.25 + host: 127.0.0.1 # 绔彛锛岄粯璁や负6379 port: 6379 # 鏁版嵁搴撶储寮� database: 2 # 瀵嗙爜 - password: ycl2018 +# password: ycl2018 # 杩炴帴瓒呮椂鏃堕棿 timeout: 10s lettuce: @@ -43,7 +44,7 @@ druid: # 涓诲簱鏁版嵁婧� master: - url: jdbc:mysql://221.237.224.33:8066/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true + url: jdbc:mysql://119.6.246.90:8066/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true username: root password: Mysql@my # 浠庡簱鏁版嵁婧� @@ -119,3 +120,6 @@ # app: # app鐨勫姛鑳芥槸涓篺lowable鍦╯pring涓珮鏁堣繍琛岃�屾彁渚涗簡寰堝bean锛屼笌flowable鏈韩鐨勫唴瀹规棤鍏� # enabled: true # check-process-definitions: true + +# 鐢ㄤ簬鏇挎崲鍔ㄦ�佽〃鍗曠殑鏂囦欢涓婁紶ip锛堟洿鎹㈡湇鍔″櫒ip娌¤皟鏁达級 +targetIp: 119.6.246.90 -- Gitblit v1.8.0