Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd $HOME/go-vela/server
* If using GitHub Enterprise (default: `https://github.com`), add the Web URL to a local `.env` file:

```bash
# add Github Enterprise Web URL to local `.env` file for `docker-compose`
# add GitHub Enterprise Web URL to local `.env` file for `docker-compose`
echo "VELA_SCM_ADDR=<GitHub Enterprise Web URL>" >> .env
```

Expand All @@ -49,10 +49,10 @@ echo "VELA_SCM_ADDR=<GitHub Enterprise Web URL>" >> .env
* Add OAuth client secrets to a local `.env` file:

```bash
# add Github Client ID to local `.env` file for `docker-compose`
# add GitHub Client ID to local `.env` file for `docker-compose`
echo "VELA_SCM_CLIENT=<Github OAuth Client ID>" >> .env

# add Github Client Secret to local `.env` file for `docker-compose`
# add GitHub Client Secret to local `.env` file for `docker-compose`
echo "VELA_SCM_SECRET=<Github OAuth Client Secret>" >> .env
```

Expand Down