techhero-project-emergencycommand-local.yml 7.5 KB
Newer Older
Administrator committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
spring:
  thymeleaf:
    prefix: classpath:/templates/
    suffix: .html
    encoding: UTF-8
    mode: HTML5

#缓存
cache:
  redis:
    entity:30;account:30;

#全局相关
global:
  swagger:
    import: true
  file:
    #本地测试配置,需根据实际情况调整#
    path: D:\\temp\\
    bucketName: jyksy-gjjybzh
21
    endpoint: ctyoss.chutianyun.gov.cn:8060
Administrator committed
22 23 24
    akey: L3B7SA05OXT0V9WKD02N
    skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
    yjzhBucketName: yjzh
25
    endpointHttps: https://ctyoss.chutianyun.gov.cn:10443
Administrator committed
26 27 28 29 30 31 32 33 34
  esms:
    soTimeout: 3000
    shortConnMode: false
    mtMaxConns: 1
    ip: sms.chutianyun.gov.cn
    sendPort: 8090
    receivePort: 8088
    name: jyksyzwpt
    password: TyHdc1ul
35 36 37 38 39 40 41
    
oss:
  bucketName: jyksy-gjjybzh
  httpEndpoint: ctyoss.chutianyun.gov.cn:8060
  httpsEndpoint: https://ctyoss.chutianyun.gov.cn:10443
  accessKey: L3B7SA05OXT0V9WKD02N
  secretKey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
42
  yjzhBucketName: yjzh
43

Administrator committed
44 45 46 47 48 49 50 51 52

aliyun:
  accessKeyId: LTAI4FkmdGP1dhEMWs1Csnm5
  accessKeySecret: 66Kdty0k1aC9GUofUdHzLduoQxzS8p
  endpointUrl: http://1608795094315923.mns.cn-beijing.aliyuncs.com/

#数据源
rdsdatasource:
  type: com.alibaba.druid.pool.DruidDataSource
53
  url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
54 55
  username: yjzhv2
  password: yjzhv2
Administrator committed
56
  driver-class-name: oracle.jdbc.OracleDriver
57 58
  initialSize: 9                                  #初始化提供的连接数
  minIdle: 9                                      #数据库连接池的最小维持连接数
Administrator committed
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
  maxActive: 20                                   #最大的连接数
  maxWait: 60000
  timeBetweenEvictionRunsMillis: 60000            #空闲时间超过minEvictableIdleTimeMillis的连接则释放
  minEvictableIdleTimeMillis: 300000              #等待连接获取的最大超时时间
  validationQuery: SELECT 1 FROM DUAL             #启动开启检查连接性
  filters: stat,slf4j                             #监控配置
  connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000  # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
  useGlobalDataSourceStat: true                   # 合并多个DruidDataSource的监控数据
  filter:
    commons-log:
      statement-log-enabled: true
      statement-executable-sql-log-enable: true

ztkdatasource:
  type: com.alibaba.druid.pool.DruidDataSource
74 75 76
  #url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
  #username: yjzh_ztv2
  #password: yjzh_ztv2
77
  url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
78 79
  username: yjzh_zt
  password: yjzh_zt
Administrator committed
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
  driver-class-name: oracle.jdbc.OracleDriver
  initialSize: 5                                  #初始化提供的连接数
  minIdle: 5                                      #数据库连接池的最小维持连接数
  maxActive: 20                                   #最大的连接数
  maxWait: 60000
  timeBetweenEvictionRunsMillis: 60000            #空闲时间超过minEvictableIdleTimeMillis的连接则释放
  minEvictableIdleTimeMillis: 300000              #等待连接获取的最大超时时间
  validationQuery: SELECT 1 FROM DUAL             #启动开启检查连接性
  filters: stat,slf4j                             #监控配置
  connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000  # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
  useGlobalDataSourceStat: true                   # 合并多个DruidDataSource的监控数据
  filter:
    commons-log:
      statement-log-enabled: true
      statement-executable-sql-log-enable: true

jckdatasource:
  type: com.alibaba.druid.pool.DruidDataSource
98 99 100
  #url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
  #username: jcsjv2_dev
  #password: jcsjv2_dev
101
  url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
102 103
  username: jcsjv2
  password: jcsjv2
104 105 106

#   username: jcsj
#   password: jcsj123
107
  
108 109
#   username: jcsjv2
#   password: jcsjv2
Administrator committed
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
  driver-class-name: oracle.jdbc.OracleDriver
  initialSize: 5                                  #初始化提供的连接数
  minIdle: 5                                      #数据库连接池的最小维持连接数
  maxActive: 20                                   #最大的连接数
  maxWait: 60000
  timeBetweenEvictionRunsMillis: 60000            #空闲时间超过minEvictableIdleTimeMillis的连接则释放
  minEvictableIdleTimeMillis: 300000              #等待连接获取的最大超时时间
  validationQuery: SELECT 1 FROM DUAL             #启动开启检查连接性
  filters: stat,slf4j                             #监控配置
  connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000  # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
  useGlobalDataSourceStat: true                   # 合并多个DruidDataSource的监控数据
  filter:
    commons-log:
      statement-log-enabled: true
      statement-executable-sql-log-enable: true

zcptdatasource:
  type: com.alibaba.druid.pool.DruidDataSource
128
  url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
129 130
  username: zcpt_zt_dev
  password: zcpt_zt_dev
Administrator committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
  driver-class-name: oracle.jdbc.OracleDriver
  initialSize: 5                                  #初始化提供的连接数
  minIdle: 5                                      #数据库连接池的最小维持连接数
  maxActive: 20                                   #最大的连接数
  maxWait: 60000
  timeBetweenEvictionRunsMillis: 60000            #空闲时间超过minEvictableIdleTimeMillis的连接则释放
  minEvictableIdleTimeMillis: 300000              #等待连接获取的最大超时时间
  validationQuery: SELECT 1 FROM DUAL             #启动开启检查连接性
  filters: stat,slf4j                             #监控配置
  connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000  # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
  useGlobalDataSourceStat: true                   # 合并多个DruidDataSource的监控数据
  filter:
    commons-log:
      statement-log-enabled: true
      statement-executable-sql-log-enable: true
146
      
147 148
 # logging:
#   config: classpath:logback-techhero.xml     
149
#---本地环境
150
xyLink:
151 152
  token: 0909d14617eb48fa1a03bc58bcef9435d0a533dc1d4a191d78dc853f7a2d50c1
  enterpriseId: babeb0d578fb9a2b1c3f8374109bbf718ed08199
153
  appId: BNPNNVVUNVVNT
154 155
  oldVideoUrlHttps: http://xxx.xxx.com
  videoUrlHttps: https://xxx.xxx.xxx #小鱼视频访问地址
156
  
Administrator committed
157
qr:
158
  basePath: /opt/qr/
Administrator committed
159 160

dbfhUrl:
161
  fhUrl: http://119.96.87.17:10301/
Administrator committed
162 163

invitation:
164 165
  preUrl: http://119.96.87.17:10302/open/zh/invitation/joinMeeting/ #到达入会页面连接前缀
  annoUrl: http://119.96.87.17:10302/open/zh/invitation/anno/ #到达入会下载页面连接
Administrator committed
166 167 168 169

msg:
  msgType: 1 # 1: 代表发送消息 2:代表发送短信 3: 消息和短信齐发
  msgRole: zhgz02,zhld01  #zhgz02 考区指挥人员对应支撑平台考区值班员  zhld01 考区负责人对应指挥领导
170
  msgBody: 这是发短信的模版
171 172 173 174 175 176 177 178 179 180 181

  # 发送消息到支撑平台
messageSend:
  sendUrl: http://119.96.87.17:18098/emerycommand/rest/homeapi/message/sendMessage/
  # 客户端修改密码
updatePwd:
  pwdUrl: http://119.96.87.17:18098/emerycommand/rest/homeapi/user/changePassword
 # 发送待办到支撑平台
taskPath:
  taskInsertUrl: http://119.96.87.17:18098/emerycommand/rest/homeapi/dbrw/insertDbRwxx
  taskUpdateUrl: http://119.96.87.17:18098/emerycommand/rest/homeapi/dbrw/updateDbRwzt  
182
filldata:
183 184 185
    savePath: /Users/wwq/Desktop
h5:
  web:
186
    url: http://119.96.87.17:10301/#
187
    endpoint: http://119.96.87.17:10301/
188 189
  filldata:
    savePath: D:/test/template/
190 191 192

base:
  planCode: 202401001
193 194 195 196
  
exercise:
  ylksjhbm: 202401002
  ylksid: 85
197

198