X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fapp.ini;h=7b9ca3871b302575fd91693e9e0c838157a28876;hb=e7943cab5bdac9b214a065edf129cecc5db20af7;hp=ec01dbf4adcd3523da4dbaad03c48b6d6bc744bc;hpb=07b87ac26f62bc3c069bb16983fe7500272e19b4;p=pharext%2Fpharext.org diff --git a/config/app.ini b/config/app.ini index ec01dbf..7b9ca38 100644 --- a/config/app.ini +++ b/config/app.ini @@ -6,6 +6,8 @@ github.api.accept = application/vnd.github.v3+json github.api.call.listrepos.args.per_page = 10 github.api.call.listhooks.args.per_page = 100 +github.http.configure.pipelining = true + github.hook.url = https://pharext.org/github/hook github.hook.content_type = json github.hook.insecure_ssl = 0 @@ -17,6 +19,8 @@ github.storage.cache.hooks.ttl = 3600 github.storage.cache.tags.ttl = 3600 github.storage.cache.releases.ttl = 3600 +github.log = github + session.use_cookies = 1 session.use_only_cookies = 1 session.use_strict_mode = 1 @@ -30,6 +34,11 @@ session.cache_expire = 0 pq.flags = 0 pq.dsn = "user=pharext host=localhost" +log.github.streamhandler.handler = StreamHandler +log.github.streamhandler.args[] = ../logs/github.log +; Logger::DEBUG == 100 +log.github.streamhandler.args[] = 100 + [localhost : production] github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook