From 30fb77f1fbe94505ff46c53a6dfe9c0ec677eb42 Mon Sep 17 00:00:00 2001 From: vanous Date: Sun, 28 Aug 2022 13:35:12 +0200 Subject: [PATCH] Fix local agent config example in docs (#1135) --- docs/docs/30-administration/22-backends/20-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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