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:
commit
c0793c575d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue