Software /
code /
prosody-modules
Comparison
mod_pubsub_github/README.markdown @ 3527:0c3043f06ef7
mod_pubsub_github/README: Include 'github_secret' in example since it's required
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 19:05:22 +0200 |
parent | 3517:ea1edd7cfb01 |
child | 3528:1fcf3cb7bb50 |
comparison
equal
deleted
inserted
replaced
3526:bcfd6e5bb0f5 | 3527:0c3043f06ef7 |
---|---|
17 | 17 |
18 Load the module on a pubsub component: | 18 Load the module on a pubsub component: |
19 | 19 |
20 Component "pubsub.example.com" "pubsub" | 20 Component "pubsub.example.com" "pubsub" |
21 modules_enabled = { "pubsub_github" } | 21 modules_enabled = { "pubsub_github" } |
22 github_secret = "NP7bZooYSLKze96TQMpFW5ov" | |
22 | 23 |
23 The URL for Github to post to would be either: | 24 The URL for Github to post to would be either: |
24 | 25 |
25 - `http://pubsub.example.com:5280/pubsub_github` | 26 - `http://pubsub.example.com:5280/pubsub_github` |
26 - `https://pubsub.example.com:5281/pubsub_github` | 27 - `https://pubsub.example.com:5281/pubsub_github` |