Commit 80c073cd by Administrator

Update application-dev_hwh.yml

parent 5bce5ea9
...@@ -4,12 +4,11 @@ jasypt: ...@@ -4,12 +4,11 @@ jasypt:
password: techhero password: techhero
spring: spring:
redis: redis:
database: 1
remote: false #cachecloud 获取 remote: false #cachecloud 获取
host: 119.96.87.17 host: 192.168.255.134
hostName: 119.96.87.17 #183.95.190.112 hostName: 192.168.255.134
port: 6379 port: 6382
password: techhero password: tZf^0B0W
timeout: 0 timeout: 0
pool: pool:
max-active: 8 max-active: 8
...@@ -21,7 +20,7 @@ spring: ...@@ -21,7 +20,7 @@ spring:
port: 5672 port: 5672
username: rabbit username: rabbit
password: rabbit-techhero password: rabbit-techhero
virtual-host: /dev virtual-host: /prd
listener: listener:
simple: simple:
acknowledge-mode: auto acknowledge-mode: auto
...@@ -42,9 +41,11 @@ spring: ...@@ -42,9 +41,11 @@ spring:
boot: boot:
admin: admin:
auto-registration: true 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 api-path: instances
cache: cache:
redis: redis:
expires: expires:
...@@ -55,7 +56,7 @@ ribbon: ...@@ -55,7 +56,7 @@ ribbon:
enabled: true enabled: true
eager-load: eager-load:
enabled: true 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: Httpclient:
enabled: false enabled: false
OkHttp: OkHttp:
...@@ -119,14 +120,14 @@ management: ...@@ -119,14 +120,14 @@ management:
rabbitmq: rabbitmq:
czlsLog: czlsLog:
exchange: topicCzlsLogExchangeDev exchange: topicCzlsLogExchangeTest
queue: topic.czlsLog.dev queue: topic.czlsLog.test
incidentReporting: incidentReporting:
exchange: topic-dev-incident-reporting-exchange exchange: topic-test-incident-reporting-exchange
queue: topic.dev.incidentReporting.queue queue: topic.test.incidentReporting.queue
alarmMessage: alarmMessage:
exchange: alarm-message-dev exchange: alarm-message-test
queue: Alarm-Event-Msg-dev queue: Alarm-Event-Msg-test
server: server:
tomcat: 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