mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 15:31:17 +00:00
Merge pull request #1004 from shawnzhu/doc
correct README for github enterprise
This commit is contained in:
@@ -225,12 +225,18 @@ Homepage URL:
|
||||
http://localhost:8000/
|
||||
```
|
||||
|
||||
Authorization callback URL:
|
||||
Authorization callback URL for 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
|
||||
|
||||
You will need to include a `.drone.yml` file in the root of your repository in order to
|
||||
|
Reference in New Issue
Block a user