techhero-coordination-command-sitout.yml 6.24 KB
Newer Older
Administrator committed
1 2
spring:
  redis:
3
    database: 2
4
    host: fdff:1:1:1::1
Administrator committed
5
    port: 6379
6
    password: techhero123
Administrator committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    timeout: 5000
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0
  datasource:
    druid:
      stat-view-servlet:
        loginUsername: root
        loginPassword: root
      initial-size: 1
      max-active: 20
      min-idle: 3
      max-wait: 60000
      time-between-eviction-runs-millis: 60000
      validation-query: select 1 from dual
      filters: stat,slf4j
    dynamic:
      primary: rds
      datasource:
        rds:
29
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
30 31
          username: YJZH
          password: YJZH
Administrator committed
32 33
          driver-class-name: oracle.jdbc.OracleDriver
        ztk:
34
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
35 36
          username: YJZH
          password: YJZH
Administrator committed
37 38
          driver-class-name: oracle.jdbc.OracleDriver
        jck:
39
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
40 41
          username: YJZH
          password: YJZH
Administrator committed
42 43
          driver-class-name: oracle.jdbc.OracleDriver
        zcpt:
44
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
45 46
          username: YJZH
          password: YJZH
Administrator committed
47
          driver-class-name: oracle.jdbc.OracleDriver
48 49 50 51 52 53 54 55 56 57 58
        basic:
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
          username: ur_base_local
          password: YmFzZV9sb2NhbA==
          driver-class-name: oracle.jdbc.OracleDriver
        dict:
          url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
          username: ur_dict_local
          password: ZGljdF9sb2NhbA==
          driver-class-name: oracle.jdbc.OracleDriver

Administrator committed
59 60 61

    
  rabbitmq:
62
    host: '[fdff:1:1:1::1]'
Administrator committed
63
    port: 5672
64 65 66
    username: nr
    password: nr
    virtual-host: /nr
Administrator committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
    # listener:
    #   simple:
    #     acknowledge-mode: manual  # 消息确认方式,其有三种配置方式,分别是none、manual(手动ack) 和auto(自动ack) 默认auto
    publisher-confirms: true #确认消息已发送到交换机(Exchange)
    publisher-returns: true #确认消息已发送到队列(Queue)
    
    # 交换机
    exchanges:
      - name: topicCzlsLogExchangeTest
        type: topic
      - name: alarm-message-test
        type: topic
      - name: topic-test-incident-reporting-exchange
        type: topic
      - name: socket.topic.callback.exchange
        type: topic
    # 队列
    queues:
      - name: topic.czlsLog.test
        routing-key: topic.czlsLog.test
        exchange-name: topicCzlsLogExchangeTest
      - name: Alarm-Event-Msg-test
        routing-key: Alarm-Event-Msg-test
        exchange-name: alarm-message-test
      - name: topic.test.incidentReporting.queue
        routing-key: topic.test.incidentReporting.queue
        exchange-name: topic-test-incident-reporting-exchange
      - name: socket.topic.callback.queue
        routing-key: techhero-coordination-command.socket.topic.callback
        exchange-name: socket.topic.callback.exchange
        
rabbitmq:
  czlsLog:
    exchange: topicCzlsLogExchangeTest
    queue: topic.czlsLog.test
  incidentReporting:
    exchange: topic-test-incident-reporting-exchange
    queue: topic.test.incidentReporting.queue
  alarmMessage:
    exchange: alarm-message-test
    queue: Alarm-Event-Msg-test
    
invitation:
  preUrl: https://test.techhero.vip:16801/emerycommand/open/zh/invitation/joinMeeting/ #到达入会页面连接前缀
  annoUrl: https://test.techhero.vip:16801/emerycommand/zh/invitation/anno/ #到达入会下载页面连接
  
msg:
  msgType: 1 # 1: 代表发送消息 2:代表发送短信 3: 消息和短信齐发
  msgRole: zhgz02,zhld01  #zhgz02 考区指挥人员对应支撑平台考区值班员  zhld01 考区负责人对应指挥领导
  msgBody: 这是发短信的模版
  
qr:
  basePath: /opt/qr/

  
# 全局相关
global:
  esms:
    soTimeout: 3000
    shortConnMode: false
    mtMaxConns: 1
    ip: sms.chutianyun.gov.cn
    sendPort: 8090
    receivePort: 8088
    name: jyksyzwpt
    password: TyHdc1ul
  swagger:
    import: true
  file:
    # 本地测试配置,需根据实际情况调整#
    path: \temp\
    bucketName: jyksy-gjjybzh
    endpoint: ctyoss.chutianyun.gov.cn:8060
    akey: L3B7SA05OXT0V9WKD02N
    skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
    yjzhBucketName: yjzh
    endpointHttps: https://ctyoss.chutianyun.gov.cn:10443
    
 # 发送待办到支撑平台
taskPath:
  taskInsertUrl: http://techhero-base-supportplatform/rest/homeapi/dbrw/insertDbRwxx
  taskUpdateUrl: http://techhero-base-supportplatform/rest/homeapi/dbrw/updateDbRwzt
  
  # 发送消息到支撑平台
messageSend:
  sendUrl: http://techhero-base-supportplatform/rest/homeapi/message/sendMessage/
  # 客户端修改密码
updatePwd:
  pwdUrl: http://techhero-base-supportplatform/rest/homeapi/user/changePassword
  

dbfhUrl:
  fhUrl: 'https://test.techhero.vip:16800/emergencycommand/#'
  
aliyun:
  accessKeyId: LTAI4FkmdGP1dhEMWs1Csnm5
  accessKeySecret: 66Kdty0k1aC9GUofUdHzLduoQxzS8p
  endpointUrl: http://1608795094315923.mns.cn-beijing.aliyuncs.com/
  
h5:
  web:
    url: 'https://test.techhero.vip:16800/emergencycommand/#'
  filldata:
    savePath: /data/filldata/template/
    
# 数据填报,为压缩文件,暂存目录
filldata:
    savePath: /data/filldata
175 176 177
    

patrol: 
178
 url: http://[fdff:1:1:1::13]:10313
179 180
 
xyLink:
181
#   serverHost: https://sdk.xylink.com
182 183 184
#   token: 0909d14617eb48fa1a03bc58bcef9435d0a533dc1d4a191d78dc853f7a2d50c1
#   enterpriseId: babeb0d578fb9a2b1c3f8374109bbf718ed08199
#   appId: BNPNNVVUNVVNT
185 186 187 188 189
#   oldVideoUrlHttps: http://prdvoddownload.xylink.com  
#   videoUrlHttps: https://test.techhero.vip:16800
  videoUrlHttps: http://ksy.thxylink.cn
  serverHost: http://ksy.thxylink.cn
  oldVideoUrlHttps: https://ksy.thxylink.cn
190 191 192
  token: 998d0ac61a8f6f661aa69d2f62f18219d88e95694ad8a3411ea9b326911b6fcb
  enterpriseId: dea69b7fed68e3cd896ac99fbaad1ccf08e0984c
  appId: BNPNNVVUNVVNT
193

Administrator committed
194 195 196 197 198 199 200 201 202 203 204 205 206 207