Skip to content

Commit 1299515

Browse files
author
Jaume Florez
committed
Added configure path for hooks on readme
1 parent 363b0af commit 1299515

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You can configure what the application does by changing ``config.json``:
3333
"github_ips_only": true,
3434
"enforce_secret": "",
3535
"return_scripts_info": true
36+
"hooks_path": "/.../hooks/"
3637
}
3738

3839
:github_ips_only: Restrict application to be called only by GitHub IPs. IPs
@@ -48,6 +49,8 @@ You can configure what the application does by changing ``config.json``:
4849
you will be able to see the result of your hooks from within your GitHub
4950
hooks configuration page (see "Recent Deliveries").
5051
Default: ``true``.
52+
:hooks_path: Configures a path to import the hooks. If not set, it'll import
53+
the hooks from the default location (/.../python-github-webhooks/hooks)
5154

5255

5356
Adding Hooks

0 commit comments

Comments
 (0)