From 247f5c1b89e38cf9e073fcf692faeb9f8081ac4a Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Fri, 30 Mar 2018 19:18:06 +0200 Subject: [PATCH] docs(uplink): add auth property clarification --- docs/uplinks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uplinks.md b/docs/uplinks.md index 3e3b238e4..11e8a21f2 100644 --- a/docs/uplinks.md +++ b/docs/uplinks.md @@ -38,6 +38,7 @@ auth | list | No | type: [bearer,basic], [token: "token",token_env: [true,\= 3.0 | If true, requires SSL certificates be valid. | true +> The `auth` property allows you to use a auth token via an environment variable, [clik here for an example](https://github.com/verdaccio/verdaccio/releases/tag/v2.5.0). ### You Must know