Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acecilia committed Jul 17, 2018
1 parent 454e55b commit 6468bf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/usage/bitbucket_server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,13 @@ if (hasGIF) {
Plus any other example you can find that uses GitHub, will probably work in BitBucket Server, with a bit of DSL translation.

Our BitBucket Server support is still pretty new, so we'd love to see improvements and PRs to help make it work for everyone.

In addition, it is possible to specify a proxy to be used for the requests using environmental variables. This is useful for debugging:

```ts
export NODE_TLS_REJECT_UNAUTHORIZED=0 # Avoid certificate error

export http_proxy=http://127.0.0.1:8080
or
export https_proxy=https://127.0.0.1:8080
```

0 comments on commit 6468bf9

Please sign in to comment.