X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2Fconfig.ini;h=a88c3955b35b5ccc9aecc30fdf010655367cd187;hb=930d06a96fa24317f053fecb8569aacaa69a0778;hp=22dd591e2dc7b45409bbc302db27f52c2101d903;hpb=728020f863c8562d9c42e926b08ba1c7a390e53d;p=pharext%2Fpharext.org diff --git a/app/config.ini b/app/config.ini index 22dd591..a88c395 100644 --- a/app/config.ini +++ b/app/config.ini @@ -1,6 +1,8 @@ [production] github.hook.url = https://pharext.org/github/hook +github.hook.content_type = json +github.hook.insecure_ssl = 0 github.fetch.repos.per_page = 10 github.fetch.hooks.per_page = 100 @@ -22,3 +24,8 @@ session.cache_limiter = private_no_expire session.cache_expire = 0 [localhost : production] + +github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook +github.hook.insecure_ssl = 1 + +ngrok.command = ngrok \ No newline at end of file