X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/e19023b3127d8d2ef7bcea338b99d849b73b2c5b..b9ffa6b92277d3dc8a4eca77119ea098e20f36f0:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 7c9969e..b07f042 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,8 +1,14 @@ __DIR__ . '/../repos/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'debug' => false, + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', +); +$GLOBALS['phorkie']['tools'] = array( + '\\phorkie\\Tool_Xmllint', + '\\phorkie\\Tool_PHPlint', ); /** * Array of supported file types / languages.