From cc018c6829c3e37885af3b2475f75aa145511000 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 26 May 2018 17:39:11 +0200 Subject: [PATCH] docs: update uplink --- docs/uplinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uplinks.md b/docs/uplinks.md index eae9acdcb..c0a723bd6 100644 --- a/docs/uplinks.md +++ b/docs/uplinks.md @@ -34,7 +34,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 | cache all remote tarballs in storage | true -auth | list | No | [see below](uplinks.md#auth-property) | >= 2.5 | assigns the header 'Authorization' see: http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules | disabled +auth | list | No | [see below](uplinks.md#auth-property) | >= 2.5 | assigns the header 'Authorization' [more info](http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules) | disabled headers | list | No | authorization: "Bearer SecretJWToken==" | all | list of custom headers for the uplink | disabled strict_ssl |boolean | No | [true,false] | >= 3.0 | If true, requires SSL certificates be valid. | true