Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 568 Bytes

OAUTH_APP.md

File metadata and controls

9 lines (6 loc) · 568 Bytes

Setting up Github OAuth application

The first step to do is to go to the Github and register new OAuth application. If you want to try install drone on the local machine just use http://localhost:8000/login as Authorization callback URL. For the production environment replace http://localhost:8000 with your domain name or just use ip address.

Once registered, you should have:

  1. Github client id
  2. Github client secret

You will need them for both, production and local drone versions.