Fix local agent config example in docs (#1135)

This commit is contained in:
vanous 2022-08-28 13:35:12 +02:00 committed by GitHub
parent ae771a9931
commit 30fb77f1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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