refactor: revert bootstrap.yml

pull/9/head
chuntaojun 4 years ago
parent 4b3030c0b9
commit 84fc131a86

@ -6,6 +6,21 @@ spring:
name: DiscoveryCallerService name: DiscoveryCallerService
cloud: cloud:
polaris: polaris:
discovery:
namespace: default
address: grpc://127.0.0.1:8091 address: grpc://127.0.0.1:8091
consul:
port: 8500
host: 127.0.0.1
enabled: true
discovery:
register: true
health-check-path: /actuator/health
health-check-interval: 10s
instance-id: ${spring.application.name}:${server.port}
enabled: true
service-name: ${spring.application.name}
ip-address: localhost
prefer-ip-address: true
eureka:
client:
serviceUrl:
defaultZone: http://127.0.0.1:7654/eureka/
Loading…
Cancel
Save