Fix zuul-web port in zuul-from-scratch doc
In the zuul-from-scratch doc the github webhook config assumes port 80 for webhooks. However the zuul-web default port is 9000 so change that in the webhook config. Change-Id: I84f1f2b71c0bcb60bf03cf5b486fe873ce8eaac2
This commit is contained in:
@@ -367,7 +367,7 @@ Create a `GitHub application
|
||||
* Set Setup URL to your setup documentation, when users install the application
|
||||
they are redirected to this url
|
||||
* Set Webhook URL to
|
||||
``http://<IP ADDRESS>/connection/github/payload``.
|
||||
``http://<IP ADDRESS>:9000/connection/github/payload``.
|
||||
* Create a Webhook secret, and record it for later use
|
||||
* Set permissions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user