0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

Fix wrongly documented max_users in auto generated config.yaml

See rlidwka/sinopia-htpasswd#3 and rlidwka/sinopia-htpasswd#6
This commit is contained in:
Jan Vansteenkiste 2014-09-30 09:53:22 +02:00
parent aef982d6e6
commit e36638973f

View file

@ -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