| 1234567891011121314151617181920212223 |
- eureka:
- instance:
- hostname: saas-datacenter-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.103
- port: 5672
- virtual-host: docker
- username: saas
- password: select123***
- datasource:
- url: jdbc:mysql://10.10.100.18:3306/saas_manage?characterEncoding=utf-8&useSSL=false
- username: saas
- password: select111***
- redis:
- host: 10.10.100.173
- port: 6379
- logging:
- destination: 10.10.100.160:5000
|