Skip to content

Commit

Permalink
update zk props
Browse files Browse the repository at this point in the history
  • Loading branch information
xushaodong committed Oct 20, 2019
1 parent 4a60b2d commit 137b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dubbo/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface IDubboProvider {
methods: {[methodName: string]: Function};
}

// zookeeper acl shemes must be one of [ 'world', 'ip', 'auth', 'digest' ]
// zookeeper acl shemes must be one of [ 'world', 'ip', 'host', 'auth', 'digest' ]
export type IZKAuthSchemes = 'world' | 'ip' | 'host' | 'auth' | 'digest';

export interface IZKAuthInfo {
Expand Down

0 comments on commit 137b942

Please sign in to comment.