From 8d913e5594f45ca2a4ce656ea9feb99ffe715913 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 29 十一月 2024 18:44:58 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/resources/application-druid.yml | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 38 insertions(+), 8 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index ff5289c..e3166a7 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -11,12 +11,17 @@ # username: root # password: 123456 # 鍏徃 - url: jdbc:mysql://192.168.2.9:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + # url: jdbc:mysql://192.168.2.9:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # 鏂板崕 - # url: jdbc:mysql://192.168.191.181:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.191.181:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: smartor password: Smartor.2023 driverClassName: com.mysql.cj.jdbc.Driver + # 鍏徃浜� + # url: jdbc:mysql://116.62.18.175:6002/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + # username: hxsoft + # password: Hxerp2000 + # driverClassName: com.mysql.cj.jdbc.Driver # 浠庡簱鏁版嵁婧� slave: # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(鍏徃) @@ -138,11 +143,11 @@ #鍏徃鍐呭閾捐姹侷P鍜岀鍙e彿 #req_path: 8095 -#localIP: 192.168.2.10 +#localIP: 192.168.2.13 #鏂板崕鍖婚櫌澶栭摼璇锋眰IP鍜岀鍙e彿 req_path: 8093 -localIP: 218.108.11.22 +localIP: http://218.108.11.22 #鑾峰彇鎮h�呬俊鎭疷RL(鍗庡崜鎻愪緵) hosp_info_url: http://esb-core-rest.wowjoy.cn/esb/exchange @@ -150,12 +155,22 @@ # 0浠h〃璧伴粯璁ょ殑涓婁紶 1 浠g爜璧版柊鍗庡尰闄㈢殑涓婁紶 uploadSwitch: 1 -# 鎸囧畾asr鍥炶皟鐨剈rl璺緞 -ASRCallBackPath: http://192.168.2.10:8095/smartor/serviceSubtask/phoneCallBackYQ -#鎸傛柇IP -hangup: http://192.168.2.10:8091/hangup +## 鎸囧畾asr鍥炶皟鐨剈rl璺緞(鏈湴) +#ASRCallBackPath: http://192.168.2.13:8095/smartor/serviceSubtask/phoneCallBackYQ +##鎸傛柇IP(鏈湴) +#hangup: http://192.168.2.13:8091/hangup +##fs鎵�浣跨敤鐨勯樋閲岀殑app_key(鏈湴) +#app_key_yq: ZurNHpaQLq6P55YS +# 鎸囧畾asr鍥炶皟鐨剈rl璺緞(鏂板崕) +ASRCallBackPath: http://192.168.101.135:8095/smartor/serviceSubtask/phoneCallBackYQ +#鎸傛柇IP(鏂板崕) +hangup: http://192.16.4.220:8091/hangup +#fs鎵�浣跨敤鐨勯樋閲岀殑app_key(鏂板崕) +app_key_yq: ZurNHpaQLq6P55YS +#鏈� 鍦� 鐭俊璇锋眰鍦板潃(杩欎釜鏈嶅姟鏄垜浠嚜宸卞啓鐨�) +#xhsmsPath: http://192.168.2.13:8092/sendSms #鏂板崕鐭俊璇锋眰鍦板潃(杩欎釜鏈嶅姟鏄垜浠嚜宸卞啓鐨�) xhsmsPath: http://192.16.4.220:8092/sendSms #甯愬彿 @@ -164,3 +179,18 @@ xhsmsPwd: zW5eXe #铏氭嫙鎺ュ叆鐮� xhsmsjrm: 1069055 + +##鏈湴FTP杩炴帴 +#FTP_SERVER: "192.168.2.13" +#FTP_USERNAME: voice +#FTP_PASSWORD: xh@2023 + +#鏂板崕FTP杩炴帴 +FTP_SERVER: "192.16.4.220" +FTP_USERNAME: voice +FTP_PASSWORD: xh@2023 + +#璇煶鍦板潃璁块棶鍓嶇紑(鏂板崕) +voicePathPrefix: http://192.168.191.181:8095/profile/upload/vadio/ +#璇煶鍦板潃璁块棶鍓嶇紑(鍏徃) +#voicePathPrefix: http://192.168.2.13:8095/profile/upload/vadio/ -- Gitblit v1.9.3