1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

fix: link was broken

This commit is contained in:
Juan Picado @jotadeveloper 2017-08-17 06:21:23 +02:00
parent b00be1baf5
commit a9481cc941
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -19,7 +19,7 @@ registry=http://localhost:5555/
#### Anonymous publish
`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages).
`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md).
Eg:
@ -50,4 +50,4 @@ Property | Type | Required | Example | Support | Description
file | string | Yes | ./htpasswd | all | file that host the encrypted credentials
max_users | number | No | 1000 | all | set limit of users
In case to decide do not allow user to login, you can set `max_users: -1`.
In case to decide do not allow user to login, you can set `max_users: -1`.