Skip to content

Commit

Permalink
docs: fix authorization callback url (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp committed Feb 26, 2021
1 parent 3228f6c commit cab1dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "VELA_SOURCE_URL=<GitHub Enterprise Web URL>" >> .env
* Create an [OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) and obtain secrets for local development:
* `Application name` = `Vela - local` (name of the OAuth application shouldn't matter)
* `Homepage URL` = `http://localhost:8080` (base URL of the server)
* `Authorization callback URL` = `http://localhost:8888/account/authenticate` (authenticate endpoint of the base URL of the UI)
* `Authorization callback URL` = `http://localhost:8080/authenticate` (authenticate endpoint of the base URL of the server)

* Add OAuth client secrets to a local `.env` file:

Expand Down

0 comments on commit cab1dbc

Please sign in to comment.