Skip to content

Commit 1cbe09e

Browse files
committed
[FAB-4944] Fix default value in config doc
The latest default value is -1, not 0. Change-Id: I420e568e43b838898617cb2d23238a85fd955593 Signed-off-by: Baohua Yang <[email protected]>
1 parent 4e219e9 commit 1cbe09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cluster/config/fabric-ca-server-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ca:
100100
#############################################################################
101101
registry:
102102
# Maximum number of times a password/secret can be reused for enrollment
103-
# (default: 0, which means there is no limit)
103+
# (default: -1, which means there is no limit)
104104
maxEnrollments: -1
105105

106106
# Contains identity information which is used when LDAP is disabled

examples/cluster/config/fabric-tlsca-server-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ca:
100100
#############################################################################
101101
registry:
102102
# Maximum number of times a password/secret can be reused for enrollment
103-
# (default: 0, which means there is no limit)
103+
# (default: -1, which means there is no limit)
104104
maxEnrollments: -1
105105

106106
# Contains identity information which is used when LDAP is disabled

0 commit comments

Comments
 (0)