Skip to content

Commit

Permalink
[FAB-4944] Fix default value in config doc
Browse files Browse the repository at this point in the history
The latest default value is -1, not 0.

Change-Id: I420e568e43b838898617cb2d23238a85fd955593
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
  • Loading branch information
yeasy committed Jun 23, 2017
1 parent 4e219e9 commit 1cbe09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cluster/config/fabric-ca-server-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ca:
#############################################################################
registry:
# Maximum number of times a password/secret can be reused for enrollment
# (default: 0, which means there is no limit)
# (default: -1, which means there is no limit)
maxEnrollments: -1

# Contains identity information which is used when LDAP is disabled
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/config/fabric-tlsca-server-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ca:
#############################################################################
registry:
# Maximum number of times a password/secret can be reused for enrollment
# (default: 0, which means there is no limit)
# (default: -1, which means there is no limit)
maxEnrollments: -1

# Contains identity information which is used when LDAP is disabled
Expand Down

0 comments on commit 1cbe09e

Please sign in to comment.