1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

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