mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Add documentation for WOODPECKER_EXPERT env vars (#4972)
This commit is contained in:
@@ -1053,8 +1053,6 @@ Supported variables:
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
### CONFIG_SERVICE_ENDPOINT
|
||||
|
||||
- Name: `WOODPECKER_CONFIG_SERVICE_ENDPOINT`
|
||||
@@ -1118,6 +1116,32 @@ Directory to store logs in if [`WOODPECKER_LOG_STORE`](#log_store) is `file`.
|
||||
|
||||
---
|
||||
|
||||
### EXPERT_WEBHOOK_HOST
|
||||
|
||||
- Name: `WOODPECKER_EXPERT_WEBHOOK_HOST`
|
||||
- Default: none
|
||||
|
||||
:::warning
|
||||
This option is not required in most cases and should only be used if you know what you're doing.
|
||||
:::
|
||||
|
||||
Fully qualified Woodpecker server URL, called by the webhooks of the forge. Format: `<scheme>://<host>[/<prefix path>]`.
|
||||
|
||||
---
|
||||
|
||||
### EXPERT_FORGE_OAUTH_HOST
|
||||
|
||||
- Name: `WOODPECKER_EXPERT_FORGE_OAUTH_HOST`
|
||||
- Default: none
|
||||
|
||||
:::warning
|
||||
This option is not required in most cases and should only be used if you know what you're doing.
|
||||
:::
|
||||
|
||||
Fully qualified public forge URL, used if forge url is not a public URL. Format: `<scheme>://<host>[/<prefix path>]`.
|
||||
|
||||
---
|
||||
|
||||
### GITHUB\_\*
|
||||
|
||||
See [GitHub configuration](./12-forges/20-github.md#configuration)
|
||||
|
||||
Reference in New Issue
Block a user