mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
add comments about registration
This commit is contained in:
parent
3809d6eb32
commit
c2d3fe9929
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
storage: ./storage
|
||||
|
||||
# a list of users
|
||||
#
|
||||
# This could be deprecated soon, use "users_file" instead.
|
||||
users:
|
||||
admin:
|
||||
# crypto.createHash('sha1').update(pass).digest('hex')
|
||||
|
@ -9,7 +11,8 @@ users:
|
|||
|
||||
users_file: ./htpasswd
|
||||
|
||||
# set this to 0 to disable registration
|
||||
# Maximum amount of users allowed to register, defaults to "+inf".
|
||||
# You can set this to 0 to disable registration.
|
||||
#max_users: 1000
|
||||
|
||||
# a list of other known repositories we can talk to
|
||||
|
|
Loading…
Reference in a new issue