liusheng
3 天以前 5dce75a53738c22cbe924efad19bc26a724ca2ac
代码提交
已修改5个文件
62 ■■■■■ 文件已修改
ruoyi-admin/src/main/resources/application-druid.yml 33 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-hn.yml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-ls.yml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-xh.yml 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application.yml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-druid.yml
@@ -98,7 +98,7 @@
            multi-statement-allow: true
  # redis 配置
  redis:
    host: 116.62.18.175
    host: 127.0.0.1
    port: 6020
    # 数据库索引
@@ -132,6 +132,13 @@
    page: page
    default-page: 1
    default-size: 10
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: true
  # 请求前缀
  pathMapping: /dev-api
#钉钉的密钥
dingAppid: dingn8iip5ubj7clrrsv
@@ -192,20 +199,20 @@
# 0代表走默认的上传    1 代码走新华医院的上传
uploadSwitch: 1
##  指定asr回调的url路径(本地)
#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回调的url路径(新华)
ASRCallBackPath: http://192.168.101.135:8095/smartor/serviceSubtask/phoneCallBackYQ
#挂断IP(新华)
hangup: http://192.16.4.220:8091/hangup
#fs所使用的阿里的app_key(新华)
#  指定asr回调的url路径(本地)
ASRCallBackPath: http://127.0.0.1:8095/smartor/serviceSubtask/phoneCallBackYQ
#挂断IP(本地)
hangup: http://192.168.100.6:8089/hangup
#fs所使用的阿里的app_key(本地)
app_key_yq: ZurNHpaQLq6P55YS
##  指定asr回调的url路径(新华)
#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
#新华短信请求地址(这个服务是我们自己写的)
ruoyi-admin/src/main/resources/application-hn.yml
@@ -91,6 +91,14 @@
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: false
  # 请求前缀
  pathMapping: /dev-api
magic-api:
  web: /magic/web
  resource:
ruoyi-admin/src/main/resources/application-ls.yml
@@ -96,6 +96,14 @@
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: false
  # 请求前缀
  pathMapping: /dev-api
magic-api:
  web: /magic/web
  resource:
ruoyi-admin/src/main/resources/application-xh.yml
@@ -89,6 +89,13 @@
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: false
  # 请求前缀
  pathMapping: /dev-api
magic-api:
  web: /magic/web
  resource:
ruoyi-admin/src/main/resources/application.yml
@@ -123,12 +123,6 @@
  supportMethodsArguments: true
  params: count=countSql
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: true
  # 请求前缀
  pathMapping: /dev-api
# 防止XSS攻击
xss: