webhook management
[pharext/pharext.org] / app / config.ini
index 22dd591e2dc7b45409bbc302db27f52c2101d903..a88c3955b35b5ccc9aecc30fdf010655367cd187 100644 (file)
@@ -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