mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Merge pull request #261 from EvHaus/patch-2
docs: Fixed typo introduced in #259
This commit is contained in:
commit
a52c03d526
@ -278,13 +278,13 @@ If your Gitlab server is running via HTTPS, the proper way to pass in your certi
|
||||
},
|
||||
```
|
||||
|
||||
Although we don't encourage it, if you absolutely must allow insecure certificates, you can instantiate the API with `rejectAuthorized` set to `true` like this:
|
||||
Although we don't encourage it, if you absolutely must allow insecure certificates, you can instantiate the API with `rejectAuthorized` set to `false` like this:
|
||||
|
||||
```
|
||||
const api = new Gitlab({
|
||||
url: '...',
|
||||
token: '...',
|
||||
rejectUnauthorized: true
|
||||
rejectUnauthorized: false
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user