pull/649/head
Haotian Zhang 3 years ago
parent b571566f3a
commit 9145a0b30b

@ -64,7 +64,7 @@
"name": "spring.cloud.polaris.config.local-file-root-path",
"type": "java.lang.String",
"defaultValue": "./polaris/backup/config",
"description": "Where to load config file, polaris or local."
"description": "The root path of config files, only used in local mode."
}
]
}

@ -9,7 +9,7 @@ spring:
namespace: default
config:
auto-refresh: true # auto refresh when config file changed
data-source: local # config data source default is polaris.
# data-source: local # config data source default is polaris.
# local-file-root-path: # set root path for reading config file, when in local data source
groups:
- name: ${spring.application.name} # group name

Loading…
Cancel
Save