0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

Merge pull request #496 from verdaccio/fix-upkink-doc

fix #493 Update uplink documentation adding CA property
This commit is contained in:
Juan Picado @jotadeveloper 2018-01-19 21:31:45 +01:00 committed by GitHub
commit 96065514df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 Property | Type | Required | Example | Support | Description | Default
--- | --- | --- | --- | --- | --- | --- --- | --- | --- | --- | --- | --- | ---
url | string | Yes | https://registry.npmjs.org/ | all | The registry url | npmjs 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 timeout | string | No | 100ms | all | set new timeout for the request | 30s
maxage | string | No |10m | all | limit maximun failure request | 2m 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 fail_timeout | string | No |10m | all | defines max time when a request becomes a failure | 5m