From e36638973f0fc421ca92bed2699a4bbe916e6816 Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste Date: Tue, 30 Sep 2014 09:53:22 +0200 Subject: [PATCH] Fix wrongly documented max_users in auto generated config.yaml See rlidwka/sinopia-htpasswd#3 and rlidwka/sinopia-htpasswd#6 --- lib/config_def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config_def.yaml b/lib/config_def.yaml index 418340325..f95a7f22c 100644 --- a/lib/config_def.yaml +++ b/lib/config_def.yaml @@ -24,7 +24,7 @@ auth: htpasswd: file: ./htpasswd # Maximum amount of users allowed to register, defaults to "+inf". - # You can set this to 0 to disable registration. + # You can set this to -1 to disable registration. #max_users: 1000 # a list of other known repositories we can talk to