Browse Source

rest----test环境配置

chenyongxing 8 years ago
parent
commit
8dda029677
1 changed files with 10 additions and 0 deletions
  1. 10 0
      hos-rest/src/main/resources/application.yml

+ 10 - 0
hos-rest/src/main/resources/application.yml

@ -40,6 +40,14 @@ service-gateway:
---
spring:
  profiles: test
  data:
    mongodb:
      host: 172.19.103.58
      port: 27017
      username: esb
      password: esb
      authenticationDatabase: admin
      database: runtime
qlc:
  rpc:
    ip: 172.18.20.21
@ -55,6 +63,8 @@ crawler:
    ip: localhost
    port: 8088
    api: crawler/datapush
service-gateway:
  url:
---
spring: