From 236519e3bf60dc6224ebb032c345e9a149e82b72 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Fri, 10 Feb 2023 18:09:07 +0800
Subject: [PATCH] Upload New File

---
 techhero-coordination-command-dev.yml | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 177 insertions(+)
 create mode 100644 techhero-coordination-command-dev.yml

diff --git a/techhero-coordination-command-dev.yml b/techhero-coordination-command-dev.yml
new file mode 100644
index 0000000..9897a36
--- /dev/null
+++ b/techhero-coordination-command-dev.yml
@@ -0,0 +1,177 @@
+spring:
+  redis:
+    database: 10
+    host: 119.96.87.17
+    port: 6379
+    password: techhero
+    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:
+          url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
+          username: yjzh
+          password: yjzh
+          driver-class-name: oracle.jdbc.OracleDriver
+        ztk:
+          url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
+          username: yjzh_zt
+          password: yjzh_zt
+          driver-class-name: oracle.jdbc.OracleDriver
+        jck:
+          url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
+          username: jcsjv2
+          password: jcsjv2
+          driver-class-name: oracle.jdbc.OracleDriver
+        zcpt:
+          url: jdbc:oracle:thin:@119.96.99.9:30110:orcl
+          username: zcpt_zt
+          password: zcpt_zt123
+          driver-class-name: oracle.jdbc.OracleDriver
+
+    
+  rabbitmq:
+    host: dev-env
+    port: 5672
+    username: techhero
+    password: techhero
+    virtual-host: /framework
+    # 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
+
+
+    
+
+
+
+
+
+
+
+
+
+
+
--
libgit2 0.26.0