add comments about registration

This commit is contained in:
Alex Kocharin 2014-07-26 17:14:06 +04:00
parent 3809d6eb32
commit c2d3fe9929
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
storage: ./storage storage: ./storage
# a list of users # a list of users
#
# This could be deprecated soon, use "users_file" instead.
users: users:
admin: admin:
# crypto.createHash('sha1').update(pass).digest('hex') # crypto.createHash('sha1').update(pass).digest('hex')
@ -9,7 +11,8 @@ users:
users_file: ./htpasswd 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 #max_users: 1000
# a list of other known repositories we can talk to # a list of other known repositories we can talk to