Skip to content

Commit

Permalink
Update authentication Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wingless-Archangel authored and Sedthakit Prasanphanich committed Feb 9, 2021
1 parent fbc4b6c commit f9b2e86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,16 @@ docker run --rm --name erlangbuilder -v ${PWD}:/bec -w=/bec erlang rebar3 escr

## Sample BitBucket Configuration

BEC We support both credential and token authentication.
However, token authentication will be used instead of credential when both present.

Set BitBucket url and credentials in `bitbucket.config`:

```
{bitbucket_url, "https://my.bitbucket.server"}.
{bitbucket_username, "first.last"}.
{bitbucket_password, "password"}.
{bitbucket_token, "someToken"}.
```

## Sample Repo Configuration
Expand Down

0 comments on commit f9b2e86

Please sign in to comment.