|
|
|
@ -5,9 +5,7 @@ eureka:
|
|
|
|
|
defaultZone: http://localhost:8761/eureka/
|
|
|
|
|
fetch-registry: false
|
|
|
|
|
register-with-eureka: false
|
|
|
|
|
#feign:
|
|
|
|
|
# hystrix:
|
|
|
|
|
# enabled: true
|
|
|
|
|
|
|
|
|
|
hystrix:
|
|
|
|
|
shareSecurityContex: true
|
|
|
|
|
command:
|
|
|
|
@ -26,11 +24,13 @@ hystrix:
|
|
|
|
|
coreSize: 30
|
|
|
|
|
maximumSize: 35
|
|
|
|
|
allowMaximumSizeToDivergeFromCoreSize: true
|
|
|
|
|
|
|
|
|
|
ribbon:
|
|
|
|
|
ConnectTimeout: 770000
|
|
|
|
|
MaxAutoRetries: 1
|
|
|
|
|
MaxAutoRetriesNextServer: 1
|
|
|
|
|
ReadTimeout: 770000
|
|
|
|
|
|
|
|
|
|
management:
|
|
|
|
|
endpoint:
|
|
|
|
|
health:
|
|
|
|
@ -38,11 +38,13 @@ management:
|
|
|
|
|
health:
|
|
|
|
|
redis:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
opentracing:
|
|
|
|
|
jaeger:
|
|
|
|
|
http-sender:
|
|
|
|
|
url: http://jaeger-collector:14268/api/traces
|
|
|
|
|
enable-b3-propagation: true
|
|
|
|
|
|
|
|
|
|
kafka:
|
|
|
|
|
numPartitions: 3
|
|
|
|
|
replicationFactor: 3
|
|
|
|
@ -50,6 +52,7 @@ kafka:
|
|
|
|
|
general-notifications: noty.c.notificationrequestfromextenalcommand
|
|
|
|
|
notification: noty.c.notificationrequestfromextenalcommand
|
|
|
|
|
notification_topic: noty.c.notificationrequestfromextenalcommand
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
liquibase:
|
|
|
|
|
enabled: false
|
|
|
|
@ -59,12 +62,6 @@ spring:
|
|
|
|
|
host: redis
|
|
|
|
|
timeout: 20000
|
|
|
|
|
port: 3060
|
|
|
|
|
# sentinel:
|
|
|
|
|
# master: mymaster
|
|
|
|
|
# nodes: 10.9.203.26:6379
|
|
|
|
|
# cluster:
|
|
|
|
|
# max-redirects: 8
|
|
|
|
|
# nodes: 10.4.41.60:7010,10.4.41.60:7011,10.4.41.60:7012,10.4.41.61:7013,10.4.41.61:7014,10.4.41.61:7015,10.4.41.62:7016,10.4.41.62:7018
|
|
|
|
|
http:
|
|
|
|
|
multipart:
|
|
|
|
|
max-file-size: 200MB
|
|
|
|
@ -76,30 +73,28 @@ spring:
|
|
|
|
|
redis:
|
|
|
|
|
sentinel:
|
|
|
|
|
master: mymaster
|
|
|
|
|
nodes: 10.201.216.30:26379,10.201.216.31:26379,10.201.216.32:26379
|
|
|
|
|
nodes: 172.15.100.41:26379,172.15.100.40:26379,172.15.100.39:26379
|
|
|
|
|
kafka:
|
|
|
|
|
bootstrap-servers: 10.201.216.25:9092,10.201.216.26:9093,10.201.216.27:9094
|
|
|
|
|
bootstrap-servers: 172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092
|
|
|
|
|
numPartitions: 3
|
|
|
|
|
replicationFactor: 3
|
|
|
|
|
consumer:
|
|
|
|
|
bootstrap-servers: 10.201.216.25:9092,10.201.216.26:9093,10.201.216.27:9094
|
|
|
|
|
bootstrap-servers: 172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092
|
|
|
|
|
rabbitmq:
|
|
|
|
|
host: 10.4.41.7
|
|
|
|
|
port: 5672
|
|
|
|
|
username: admin
|
|
|
|
|
password: admin
|
|
|
|
|
#liquibase:
|
|
|
|
|
# enabled: false
|
|
|
|
|
#liquibase:
|
|
|
|
|
# enabled: false
|
|
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
shutdown: graceful
|
|
|
|
|
shutdown.timeout: 30s
|
|
|
|
|
|
|
|
|
|
csi:
|
|
|
|
|
env:
|
|
|
|
|
prefix: net-hmg-uat
|
|
|
|
|
prefix: net-csi-uat
|
|
|
|
|
mongo:
|
|
|
|
|
host: 10.201.216.35
|
|
|
|
|
host: 172.15.100.24
|
|
|
|
|
port: 27017
|
|
|
|
|
jpa:
|
|
|
|
|
event:
|
|
|
|
@ -120,7 +115,7 @@ phr:
|
|
|
|
|
auth-key:
|
|
|
|
|
client-secret: "3001029e-27e2-4165-98c7-f0ac6496d0eb"
|
|
|
|
|
kafka:
|
|
|
|
|
bootstrap-servers: 10.201.216.25:9092,10.201.216.26:9093,10.201.216.27:9094
|
|
|
|
|
bootstrap-servers: 172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092
|
|
|
|
|
auto-offset-reset: latest
|
|
|
|
|
group-id:
|
|
|
|
|
discharge: phr-discharge
|
|
|
|
|