mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
Remove oauth env (#3978)
This commit is contained in:
parent
111eb7ef48
commit
0a91e07397
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ WOODPECKER_HEALTHCHECK=false
|
||||||
|
|
||||||
### Setup OAuth
|
### Setup OAuth
|
||||||
|
|
||||||
Create an OAuth app for your forge as described in the [forges documentation](../30-administration/11-forges/11-overview.md). If you set `WOODPECKER_DEV_OAUTH_HOST=http://localhost:8000` you can use that address with the path as explained for the specific forge to login without the need for a public address. For example for GitHub you would use `http://localhost:8000/authorize` as authorization callback URL.
|
Create an OAuth app for your forge as described in the [forges documentation](../30-administration/11-forges/11-overview.md).
|
||||||
|
|
||||||
## Developing with VS Code
|
## Developing with VS Code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue