mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
docs(uplink): add auth property clarification
This commit is contained in:
parent
5738dc801c
commit
247f5c1b89
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ auth | list | No | type: [bearer,basic], [token: "token",token_env: [true,\<get
|
||||||
headers | list | No | authorization: "Basic YourBase64EncodedCredentials==" | all | list of custom headers for the uplink | disabled
|
headers | list | No | authorization: "Basic YourBase64EncodedCredentials==" | 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
|
strict_ssl |boolean | No | [true,false] | >= 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
|
### You Must know
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue