Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPDATE parameters-check.md 实例元数据注释 #763

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sidebar:
|集群名称|64|只允许数字字母和`-_`,对应正则表达式`^[0-9a-zA-Z-_]+$`|
|IP地址|128|禁止中文字符和空白字符,对应正则表达式为`^[^\u4E00-\u9FA5]*$`|
|端口号|-|取值范围为`0~65535`|
|实例元数据|1024|字段名加字段值的总长度小于1024个字符|
|实例元数据|1024|字段名加字段值的默认总长度小于1024个字符,可使用环境变量`NACOS_NAMING_SERVICE_METADATA_LENGTH=`进行动态调整|

### 2.1. namespaceShowName

Expand Down
Loading