Browse Source

修改配置

Airhead 8 years ago
parent
commit
aa70d913bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@ -110,14 +110,14 @@ spring:
    show-sql: false
  data:
    mongodb:
      host: 172.19.103.86
      host: 172.19.103.57
      port: 27017
      username: esb
      password: esb
      authenticationDatabase: admin
      gridFsDatabase: dfs
  activemq:
    broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
    broker-url: tcp://172.19.103.57:61616?wireFormat.maxInactivityDuration=0
    user: admin
    password: admin
    pooled: false