Skip to content

Commit

Permalink
Add webhook_secret sample to proxy example
Browse files Browse the repository at this point in the history
  • Loading branch information
HumorBaby committed Apr 12, 2019
1 parent e3fa2b9 commit 77da5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -54,6 +54,7 @@ webhook = True
webhook_host = 127.0.0.1
webhook_port = 3333
external_url = http://bad.code.brought.to.you.by.maxpowa.us/webhook
webhook_secret = a_random_secure_string_here_!!123@
```
The above configuration is only listening on `localhost (127.0.0.1)`, because I'm using a reverse proxy in nginx to proxy `/webhook` to port 3333. The reverse proxy configuration would be fairly simple, as shown below. Auth must be included, to match the "Authorization callback URL" you included in generating the API keys.
```
Expand Down

0 comments on commit 77da5a4

Please sign in to comment.