server:
port: 3344
spring:
application:
name: diyu-config-service
cloud:
config:
server:
native:
search-locations: file:/opt/diyu/configs
eureka:
instance:
prefer-ip-address: true
instance-id: ''
client:
service-url:
register-with-eureka: true
fetch-registry: true
defaultZone: http://diyu-eureka1-service:8080/eureka/,http://diyu-eureka2-service:8080/eureka/,http://diyu-eureka3-service:8080/eureka/