diff --git a/docs/docs/30-administration/22-backends/20-local.md b/docs/docs/30-administration/22-backends/20-local.md index 7fb2fa265..ee91e2e52 100644 --- a/docs/docs/30-administration/22-backends/20-local.md +++ b/docs/docs/30-administration/22-backends/20-local.md @@ -58,7 +58,7 @@ At the minimum you need the following information: ```ini # .env for the agent WOODPECKER_AGENT_SECRET=replace_with_your_server_secret -WOODPECKER_HOST=replace_with_your_server_address:9000 +WOODPECKER_SERVER=replace_with_your_server_address:9000 ``` ## Running the agent