mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix #493 Update uplink documentation adding CA property
This commit is contained in:
parent
b0d6935071
commit
5f57cc6310
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ You can define mutiple uplinks and each of them must have an unique name (key).
|
|||
Property | Type | Required | Example | Support | Description | Default
|
||||
--- | --- | --- | --- | --- | --- | ---
|
||||
url | string | Yes | https://registry.npmjs.org/ | all | The registry url | npmjs
|
||||
ca | string | No | ~./ssl/client.crt' | all | SSL path certificate |
|
||||
timeout | string | No | 100ms | all | set new timeout for the request | 30s
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue