wlzboy
3 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
ruoyi-admin/src/main/resources/application-prod.yml
@@ -12,12 +12,16 @@
      # 从库数据源
      # SQL Server数据源
      sqlserver:
        url: jdbc:sqlserver://39.108.160.52;databaseName=came
        url: jdbc:sqlserver://39.108.160.52;databaseName=came;loginTimeout=60;queryTimeout=300
        username: camesa
        password: camesa
        driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
        enabled: true
        validationQuery: SELECT 1
        # 连接超时时间(毫秒):获取连接最长等待时间,改为60秒
        connectTimeout: 60000
        # Socket读取超时(毫秒):SQL执行最长等待时间,改为5分钟
        socketTimeout: 300000
      slave:
        # 从数据源开关/默认关闭
        enabled: false
@@ -34,8 +38,8 @@
      maxWait: 60000
      # 配置连接超时时间
      connectTimeout: 30000
      # 配置网络超时时间
      socketTimeout: 60000
      # 配置网络超时时间(增加到5分钟,避免大数据量查询超时)
      socketTimeout: 300000
      # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
      timeBetweenEvictionRunsMillis: 60000
      # 配置一个连接在池中最小生存的时间,单位是毫秒
@@ -96,7 +100,7 @@
evaluationWechat:
  appId: wx70f6a7346ee842c0
  appSecret: 2d6c59de85e876b7eadebeba62e5417a
  redirectUri: http://yourdomain.com/evaluation
  redirectUri: http://gzgj.966120.com.cn/evaluation
# 调度用的weixin配置
transferConfigWeixin:
  appId: wx40692cc44953a8cb
@@ -109,11 +113,16 @@
  map:
    ak: GX7G1RmAbTEQHor9NKpzRiB2jerqaY1E
# 旧系统配置
# 旧系统配置
legacy:
  system:
    # 旧系统基础URL (必须配置)
    # 示例: http://192.168.1.100:8080 或 http://legacy.yourdomain.com
    base-url: https://sys.966120.com.cn
    # 文件上传URL
    fileUploadUrl: https://sys.966120.com.cn/weixin/upload_file.php
    # 文件下载URL
    fileServerUrl: https://sys.966120.com.cn
    # 急救转运创建接口路径 (可选,默认值如下)
    emergency-create-path: /admin_save_19.gds