chenyongxing 8 роки тому
батько
коміт
8dda029677
1 змінених файлів з 10 додано та 0 видалено
  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: