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.
27 lines
678 B
27 lines
678 B
server:
|
|
port: 48085
|
|
spring:
|
|
application:
|
|
name: polaris-config-data-example
|
|
cloud:
|
|
polaris:
|
|
address: grpc://119.91.66.223: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:
|
|
import:
|
|
- optional:polaris
|
|
- optional:polaris:test.yml
|
|
- optional:polaris:configdataexample:test.yml
|
|
- optional:polaris:config/bootstrap.yml
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include:
|
|
- polaris-config
|