0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix comment about users_file

ref #148
This commit is contained in:
Alex Kocharin 2014-10-20 22:40:33 +04:00
parent 55ddeb7aaa
commit 2e396e4d65

View file

@ -3,7 +3,7 @@ storage: ./storage
# a list of users # a list of users
# #
# This could be deprecated soon, use "users_file" instead. # This could be deprecated soon, use auth plugins instead (see htpasswd below).
users: users:
admin: admin:
# crypto.createHash('sha1').update(pass).digest('hex') # crypto.createHash('sha1').update(pass).digest('hex')