0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

Merge pull request #132 from vStone/patch-2

Fix max_users in auto generated config.yaml
This commit is contained in:
Alex Kocharin 2014-10-17 11:43:23 +04:00
commit c0793c575d

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