Skip to content

Commit 3993d37

Browse files
committed
fix docs
Signed-off-by: dongjiang1989 <[email protected]>
1 parent 6eebc23 commit 3993d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/discovery/zookeeper/schema.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ local schema = {
6464
type = "object",
6565
properties = {
6666
type = {type = "string", enum = {"digest"}, default = "digest"},
67-
creds = {type = "string"} -- 格式: username:password
67+
creds = {type = "string"} -- digest: username:password
6868
}
6969
},
7070
-- Cache Expiration Time (seconds):

0 commit comments

Comments
 (0)