You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
569 B
21 lines
569 B
server:
|
|
port: 48084
|
|
spring:
|
|
application:
|
|
name: polaris-config-example
|
|
cloud:
|
|
polaris:
|
|
address: grpc://183.47.111.80:8091
|
|
namespace: default
|
|
config:
|
|
auto-refresh: true # auto refresh when config file changed
|
|
groups:
|
|
- name: ${spring.application.name} # group name
|
|
files: [ "config/application.properties", "config/bootstrap.yml" ] # config/application.properties takes precedence over config/bootstrap.yml
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include:
|
|
- polaris-config
|