| 123456789101112131415161718192021222324252627282930 |
- eureka:
- instance:
- hostname: saas-sale-server
- prefer-ip-address: false
- client:
- serviceUrl:
- defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
- spring:
- rabbitmq:
- host: 10.10.100.40
- port: 5672
- virtual-host: docker
- username: saas
- password: select123***
- datasource:
- url: jdbc:mysql://10.10.100.18:3306/saas_biz?characterEncoding=utf-8&useSSL=false&allowMultiQueries=true
- username: saas
- password: select111***
- redis:
- host: 10.10.100.23
- port: 6379
- logging:
- destination: 10.10.100.40:5000
- b2b:
- baseUrl:
- inquiry: https://api-inquiry.usoftchina.com
- Component: https://mall2.usoftchina.com/
- product: http://api-product.usoftchina.com
- common: https://b2b-api.usoftchina.com
- post: https://b2b-post.usoftchina.com
|