Commit 80c073cd by Administrator

Update application-dev_hwh.yml

parent 5bce5ea9
......@@ -4,12 +4,11 @@ jasypt:
password: techhero
spring:
redis:
database: 1
remote: false #cachecloud 获取
host: 119.96.87.17
hostName: 119.96.87.17 #183.95.190.112
port: 6379
password: techhero
host: 192.168.255.134
hostName: 192.168.255.134
port: 6382
password: tZf^0B0W
timeout: 0
pool:
max-active: 8
......@@ -21,7 +20,7 @@ spring:
port: 5672
username: rabbit
password: rabbit-techhero
virtual-host: /dev
virtual-host: /prd
listener:
simple:
acknowledge-mode: auto
......@@ -42,9 +41,11 @@ spring:
boot:
admin:
auto-registration: true
url: http://119.96.87.17:10422
#url: http://119.96.87.17:10422
url: http://127.0.0.1:10422
api-path: instances
cache:
redis:
expires:
......@@ -55,7 +56,7 @@ ribbon:
enabled: true
eager-load:
enabled: true
clients: techhero-auth,techhero-base-system,techhero-base-exam,techhero-base-transdata,techhero-project-theme,techhero-project-emergencycommand,techhero-project-track,techhero-project-visualization,techhero-preventioncheat,techhero-component-task,techhero-component-oss,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-inspection,techhero-base-datagovern
clients: techhero-auth,techhero-base-system,techhero-base-exam,techhero-base-transdata,techhero-project-theme,techhero-project-emergencycommand,techhero-project-track,techhero-project-visualization,techhero-preventioncheat,techhero-component-task,techhero-component-oss,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-inspection,techhero-base-datagovern,techhero-component-xy
Httpclient:
enabled: false
OkHttp:
......@@ -119,14 +120,14 @@ management:
rabbitmq:
czlsLog:
exchange: topicCzlsLogExchangeDev
queue: topic.czlsLog.dev
exchange: topicCzlsLogExchangeTest
queue: topic.czlsLog.test
incidentReporting:
exchange: topic-dev-incident-reporting-exchange
queue: topic.dev.incidentReporting.queue
exchange: topic-test-incident-reporting-exchange
queue: topic.test.incidentReporting.queue
alarmMessage:
exchange: alarm-message-dev
queue: Alarm-Event-Msg-dev
exchange: alarm-message-test
queue: Alarm-Event-Msg-test
server:
tomcat:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment