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

document new config options

This commit is contained in:
Alex Kocharin 2014-03-13 18:32:44 +00:00
parent a030e1110d
commit f839837f34

View file

@ -22,6 +22,14 @@ uplinks:
# uplink if a similar request was made less than 2 minutes ago # uplink if a similar request was made less than 2 minutes ago
#maxage: 2m #maxage: 2m
# if two subsequent requests fail, no further requests will be sent to
# this uplink for five minutes
#max_fails: 2
#fail_timeout: 5m
# timeouts are defined in the same way as nginx, see:
# http://wiki.nginx.org/ConfigNotation
packages: packages:
# uncomment this for packages with "local-" prefix to be available # uncomment this for packages with "local-" prefix to be available
# for admin only, it's a recommended way of handling private packages # for admin only, it's a recommended way of handling private packages