mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
01-getting-started.md: fix WOODPECKER_HOST example (#1849)
This commit is contained in:
parent
5139624cf8
commit
e3593cd9a4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ WOODPECKER_OPEN=true
|
|||
WOODPECKER_ADMIN=your-username
|
||||
|
||||
# if you want to test webhooks with an online forge like GitHub this address needs to be accessible from public server
|
||||
WOODPECKER_HOST=http://your-dev-address.com/
|
||||
WOODPECKER_HOST=http://your-dev-address.com
|
||||
|
||||
# github (sample for a forge config - see /docs/administration/forge/overview for other forges)
|
||||
WOODPECKER_GITHUB=true
|
||||
|
|
Loading…
Reference in a new issue