X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2Fbootstrap%2Fgithub.php;h=30bd96d88727decc1a97de18e7eafa77396e2925;hb=eb76e9bb9a39fe2725301f6cf6fc3cf29bbc4e00;hp=0ec014e09c00d7c0aac54c26e19da76d82ae6bd2;hpb=beaa328995cb2a32871259978d8da4acb3dc7715;p=pharext%2Fpharext.org diff --git a/app/bootstrap/github.php b/app/bootstrap/github.php index 0ec014e..30bd96d 100644 --- a/app/bootstrap/github.php +++ b/app/bootstrap/github.php @@ -16,8 +16,10 @@ $injector->share(Github\API::class) $config->$basic->auth->toArray(), 0); } + // FIXME: configure through app.ini return new Github\API( $config->github + ,new Github\Logger($config) ,new Github\Storage\Session("gh-tokens") #,new Github\Storage\Memcache("gh-cache") ,new Github\Storage\Redis("gh-cache")