Skip to content

Commit 06e5c92

Browse files
Forgot to change default value of github_ips_only in README.rst
1 parent c74e134 commit 06e5c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can configure what the application does by changing ``config.json``:
3030
::
3131

3232
{
33-
"github_ips_only": false,
33+
"github_ips_only": true,
3434
"enforce_secret": "",
3535
"return_scripts_info": true
3636
}
@@ -177,4 +177,4 @@ This project is just the reinterpretation and merge of two approaches:
177177
- `github-webhook-wrapper <https://github.com/datafolklabs/github-webhook-wrapper>`_.
178178
- `flask-github-webhook <https://github.com/razius/flask-github-webhook>`_.
179179

180-
Thanks.
180+
Thanks.

0 commit comments

Comments
 (0)