郑永安
2023-06-19 c8188c0fc9edf6ea3feda5b6f11dcb014af2a89e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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
# server
server:
  tomcat:
    uri-encoding: UTF-8
    basedir: /
  port: 8006
  servlet:
    context-path: /
# mysql
spring:
  datasource:
    one:
      url: jdbc:mysql://localhost:3306/hotwork?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: root
      password: 123456
      type: com.alibaba.druid.pool.DruidDataSource
 
  #redis
  redis:
    database: 0
    host: 127.0.0.1
    port: 6379
    password: root
    jedis:
      pool:
        max-idle: 8
        max-active: 8
        max-wait: -1ms
        min-idle: 0
 
#控制线程是否执行 true:执行;false:不执行
scheduling:
  enabled: false
 
 
 
host: http://localhost:8006
 
filePath: d:/uploads/
fileurl: http://localhost:8006/upload/
socketport: 504
 
sqlPath: /home/dbback/
sqlurl: http://nmy.sinanoaq.cn:8006/dbback/
 
enterprisePath: /home/uploads/enterprise/
enterpriseUrl: http://nmy.sinanoaq.cn:8006/upload/enterprise/
enterprise: enterprise/
 
transportCertificatePath: /home/uploads/transportCertificate/
transportCertificateUrl: http://nmy.sinanoaq.cn:8006/upload/transportCertificate/
transportCertificate: transportCertificate/
 
hiddenDangerPath: /home/uploads/hiddenDanger/
hiddenDangerUrl: http://nmy.sinanoaq.cn:8006/upload/hiddenDanger/
hiddenDanger: hiddenDanger/
 
standardPath: /home/uploads/standard/
standardUrl: http://nmy.sinanoaq.cn:8006/upload/standard/
standard: standard/
 
contractPath: /home/uploads/contract/
contractUrl: http://nmy.sinanoaq.cn:8006/upload/contract/
contract: contract/
 
patrolPath: /home/uploads/patrol/
patrolUrl: http://nmy.sinanoaq.cn:8006/upload/patrol/
 
appPath: /home/uploads/app/
app: app/
appUrl: http://nmy.sinanoaq.cn:8006/upload/app/
 
productPath: /home/uploads/product/
productUrl: http://nmy.sinanoaq.cn:8006/upload/product/
 
assessApplyPath: /home/uploads/assessApply/
assessApplytUrl: http://nmy.sinanoaq.cn:8006/upload/assessApply/
assessApply: assessApply/
 
workCertPath: /home/uploads/workCert/
workCertUrl: http://nmy.sinanoaq.cn:8006/upload/workCert/
workCert: workCert/
 
nanowebUrl: http://nmy.sinanoaq.cn:8006/nanoweb/api/register
nanowebEnable: true
 
taskPath: d:/uploads/task/
taskPathPrefix: d:/uploads/
taskUrl: http://localhost:8006/upload/task/
task: task/
 
emergencyPlanPath:  /home/uploads/emergencyPlan/
emergencyPlanUrl: http://localhost:8006/upload/emergencyPlan/
emergencyPlan : emergencyPlan/
 
safecheckExecImagePath : /home/uploads/safecheck/
safecheckExecImageFatherPath: /home/uploads/
safecheckRelativePath : safecheck/
 
slice:
  size: 20
 
 
sms:
  enable: true
  active: jh
  limit: 5
  supplier:
    jh:
      name: jh
      key: RZ8HGrgw/eztIa1wk+5hCkTGlr27axo8Y4lvZjmEmVfGsLJrhpexK30hc/qyBEeZ
      url: http://v.juhe.cn/sms/send
    ali:
      name: ali
      key:
      url:
 
rocketmq:
  name-server: 192.168.0.52:9876
  #name-server: localhost:9876
  producer:
    group: gkhy-safeplatform-test-ZIS
    sendMessageTimeout: 300000
  consumers:
    #group: gkhy-safeplatform-dev-s
    CreateGroup: gkhy-safeplatform-CreateConsumer-ZIS
    NoticeGroup: gkhy-safeplatform-NoticeConsumer-ZIS
    TimeOutGroup: gkhy-safeplatform-TimeOutConsumer-ZIS
    WaitWorkGroup: gkhy-safeplatform-WaitWorkConsumer-ZIS
    applySpecialWorkGroup: gkhy-safeplatform-applySpecialWorkConsumer-ZIS
    approvalSpecialWorkGroup: gkhy-safeplatform-topic-approvalSpecialWorkConsumer-ZIS
  topic:
    #demoTopic: gkhy-safeplatform-topic-demo-s
    preventCreateTaskTopic: gkhy-safeplatform-topic-preventCreateTask-ZIS
    preventNoticeTaskTopic: gkhy-safeplatform-topic-preventNoticeTask-ZIS
    preventTimeOutTaskTopic: gkhy-safeplatform-topic-preventTimeOutTask-ZIS
    preventWaitWorkTopic: gkhy-safeplatform-topic-preventWaitWork-ZIS
    applySpecialWorkTopic: gkhy-safeplatform-topic-applySpecialWork-ZIS
    approvalSpecialWorkTopic: gkhy-safeplatform-topic-approvalSpecialWork-ZIS