X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/03bca6d0304209d14c6bfaae0e1fb4b85057adfd..1a8bb56c72ad34cf159e03b97a467e5e35a614c5:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 1b8e39b..c1446cc 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,11 +1,14 @@ false, - 'gitdir' => __DIR__ . '/../repos/git/', - 'workdir' => __DIR__ . '/../repos/work/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', - 'title' => 'phorkie', + 'debug' => false, + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'title' => 'phorkie', + 'topbar' => '', + 'setupcheck' => true, + 'elasticsearch' => null, ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true,