mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Fix local agent config example in docs (#1135)
This commit is contained in:
parent
ae771a9931
commit
30fb77f1fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue