mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
doc: Add headers options to uplink section
This commit is contained in:
parent
c4555cd64e
commit
bb080cae17
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ maxage | string | No |10m | all | limit maximun failure request | 2m
|
|||
fail_timeout | string | No |10m | all | defines max time when a request becomes a failure | 5m
|
||||
max_fails | number | No |2 | all | limit maximun failure request | 2
|
||||
cache | boolean | No |[true,false] | >= 2.1 | avoid cache tarballs | true
|
||||
headers | list | No | authorization: "Basic YourBase64EncodedCredentials==" | all | list of custom headers for the uplink |
|
||||
|
||||
|
||||
### You Must know
|
||||
|
|
Loading…
Reference in a new issue