X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config%2Fapp.ini;h=24178f7926eeae8515f1664a9b976906fc1f2296;hb=c31e248a03db90d7e123b85028d828e24b8c9d56;hp=1cdc655a37f08abd42591a3e3a0e7d4963143602;hpb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;p=pharext%2Fpharext.org diff --git a/config/app.ini b/config/app.ini index 1cdc655..24178f7 100644 --- a/config/app.ini +++ b/config/app.ini @@ -1,18 +1,26 @@ [production] +github.api.url = https://api.github.com/ +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 -github.fetch.repos.per_page = 10 -github.fetch.hooks.per_page = 100 - github.storage.token.ttl = 3600 -github.storage.cache.repo.ttl = 3600 -github.storage.cache.repos.ttl = 3600 -github.storage.cache.hooks.ttl = 3600 -github.storage.cache.tags.ttl = 3600 -github.storage.cache.releases.ttl = 3600 +github.storage.cache.readrepo.ttl = 3600 +github.storage.cache.listrepos.ttl = 3600 +github.storage.cache.listhooks.ttl = 3600 +github.storage.cache.listtags.ttl = 3600 +github.storage.cache.listreleases.ttl = 3600 +github.storage.cache.listreleaseassets.ttl = 3600 + +github.log = github session.use_cookies = 1 session.use_only_cookies = 1 @@ -27,6 +35,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