0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

Merge pull request #72 from josedepaz/patch-1

Problem with docker.yaml
This commit is contained in:
jmwilkinson 2016-11-15 16:50:40 -08:00 committed by GitHub
commit 03d66b0664

View file

@ -11,7 +11,7 @@ storage: /verdaccio/storage
auth:
htpasswd:
file: /verdaccio/config/htpasswd
file: /verdaccio/conf/htpasswd
# Maximum amount of users allowed to register, defaults to "+inf".
# You can set this to -1 to disable registration.
#max_users: 1000