From 5389773b2d1ae86daec68b00f67c3682dc907e01 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 22 十一月 2024 14:35:48 +0800 Subject: [PATCH] 代码提交(长期任务电话完成) --- ruoyi-admin/src/main/resources/application-druid.yml | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index ff5289c..47d7673 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: # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(鍏徃) @@ -150,10 +155,19 @@ # 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 #鏂板崕鐭俊璇锋眰鍦板潃(杩欎釜鏈嶅姟鏄垜浠嚜宸卞啓鐨�) @@ -164,3 +178,13 @@ xhsmsPwd: zW5eXe #铏氭嫙鎺ュ叆鐮� xhsmsjrm: 1069055 + +#鏂板崕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