| 12345678910111213141516171819 |
- eureka:
- instance:
- hostname: saas-socket-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***
- redis:
- host: 10.10.100.23
- port: 6379
- logging:
- destination: 10.10.100.40:5000
|