|
@ -1,3 +1,5 @@
|
|
|
application:
|
|
|
message: ESB
|
|
|
server:
|
|
|
context-path: /
|
|
|
port: 8080
|
|
@ -26,9 +28,6 @@ spring:
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: configuration
|
|
|
|
|
|
application:
|
|
|
name: ESB
|
|
|
activemq:
|
|
|
broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
|
|
|
user: admin
|
|
@ -46,9 +45,6 @@ spring:
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: configuration
|
|
|
|
|
|
application:
|
|
|
name: ESB
|
|
|
activemq:
|
|
|
broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
|
|
|
user: admin
|
|
@ -65,5 +61,19 @@ spring:
|
|
|
# database: configuration
|
|
|
|
|
|
---
|
|
|
application:
|
|
|
message: ESB
|
|
|
spring:
|
|
|
profiles: lfq
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.86
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: configuration
|
|
|
|
|
|
activemq:
|
|
|
broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
|
|
|
user: admin
|
|
|
password: admin
|
|
|
pooled: false
|