mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Fix configuration specification.
This commit is contained in:
parent
9922e934ac
commit
384d55b2cf
@ -1,31 +1,13 @@
|
|||||||
{
|
{
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"name": "spring.cloud.alicloud.ans.server.mode",
|
"name": "spring.cloud.alicloud.ans.client-domains",
|
||||||
"type": "java.lang.String",
|
|
||||||
"defaultValue": "LOCAL",
|
|
||||||
"description": "Server mode."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "spring.cloud.alicloud.ans.server.list",
|
|
||||||
"type": "java.lang.String",
|
|
||||||
"defaultValue": "127.0.0.1",
|
|
||||||
"description": "ANS server list."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "spring.cloud.alicloud.ans.server.port",
|
|
||||||
"type": "java.lang.Integer",
|
|
||||||
"defaultValue": "80",
|
|
||||||
"description": "ANS server port."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "spring.cloud.alicloud.ans.client.domains",
|
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "",
|
"defaultValue": "",
|
||||||
"description": "Service name list, default value is ${spring.application.name}."
|
"description": "Service name list, default value is ${spring.application.name}."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spring.cloud.alicloud.ans.client.env",
|
"name": "spring.cloud.alicloud.ans.env",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "DEFAULT",
|
"defaultValue": "DEFAULT",
|
||||||
"description": "The env for ans, default value is DEFAULT."
|
"description": "The env for ans, default value is DEFAULT."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user