correct README for github enterprise
This commit is contained in:
parent
758910cbca
commit
5ad3ba5b87
1 changed files with 7 additions and 1 deletions
|
@ -225,12 +225,18 @@ Homepage URL:
|
||||||
http://localhost:8000/
|
http://localhost:8000/
|
||||||
```
|
```
|
||||||
|
|
||||||
Authorization callback URL:
|
Authorization callback URL for github.com:
|
||||||
|
|
||||||
```
|
```
|
||||||
http://localhost:8000/api/auth/github.com
|
http://localhost:8000/api/auth/github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Authorization callback URL for GitHub Enterprise:
|
||||||
|
|
||||||
|
```
|
||||||
|
http://localhost:8000/api/auth/enterprise.github.com
|
||||||
|
```
|
||||||
|
|
||||||
## Build Configuration
|
## Build Configuration
|
||||||
|
|
||||||
You will need to include a `.drone.yml` file in the root of your repository in order to
|
You will need to include a `.drone.yml` file in the root of your repository in order to
|
||||||
|
|
Loading…
Reference in a new issue