File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,16 @@ You can configure what the application does by changing ``config.json``:
38
38
:github_ips_only: Restrict application to be called only by GitHub IPs. IPs
39
39
whitelist is obtained from
40
40
`GitHub Meta <https://developer.github.com/v3/meta/ >`_
41
- (`endpoint <https://api.github.com/meta >`_).
41
+ (`endpoint <https://api.github.com/meta >`_). Default: `` true ``.
42
42
:enforce_secret: Enforce body signature with HTTP header ``X-Hub-Signature ``.
43
43
See ``secret `` at
44
44
`GitHub WebHooks Documentation <https://developer.github.com/v3/repos/hooks/ >`_.
45
+ Default: ``'' `` (do not enforce).
45
46
:return_scripts_info: Return a JSON with the ``stdout ``, ``stderr `` and exit
46
- code for each executed hook using the hook name as key.
47
+ code for each executed hook using the hook name as key. If this option is set
48
+ you will be able to see the result of your hooks from within your GitHub
49
+ hooks configuration page (see "Recent Deliveries").
50
+ Default: ``true ``.
47
51
48
52
49
53
Adding Hooks
You can’t perform that action at this time.
0 commit comments