Skip to content

Commit

Permalink
fix namespaceId
Browse files Browse the repository at this point in the history
  • Loading branch information
chen2eric committed Oct 13, 2022
1 parent 97a5180 commit 7ecdca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apinto/discovery/nacos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nacos注册中心自带健康检查,从该注册中心获取节点时可以获
| scheme(**已废弃,apinto版本0.7.0起**) | 请求服务发现地址时使用的协议 || "http" | ["http","https] |
| config | 服务发现配置 || | object |
| config-> address | nacos地址列表 || | array_string |
| config-> params | 参数信息,如{"token":"XXX","namespace":"default","username":"XXX","password":"xxx"} || | object |
| config-> params | 参数信息,如{"token":"XXX","namespaceId":"default","username":"XXX","password":"xxx"} || | object |



Expand Down

0 comments on commit 7ecdca6

Please sign in to comment.