diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-01 20:40:24 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-01 20:40:24 +0200 |
| commit | 1a8bb56c72ad34cf159e03b97a467e5e35a614c5 (patch) | |
| tree | 9a2d3f9a369aed9c967cf8001a883a2a60f3a002 /data/config.default.php | |
| parent | c78bab0c18fb9db18408f1601280997ee8b0779f (diff) | |
| download | phorkie-1a8bb56c72ad34cf159e03b97a467e5e35a614c5.tar.gz phorkie-1a8bb56c72ad34cf159e03b97a467e5e35a614c5.zip | |
searching works now (pager missing)
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/data/config.default.php b/data/config.default.php index 4ef5d05..c1446cc 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,13 +1,14 @@ <?php $GLOBALS['phorkie']['cfg'] = array( - '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, + '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, |
