From a8a7006fb93492febf83dfa89583447d958b18fb Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Mon, 22 Jul 2013 11:15:22 -0400 Subject: Add perPage settings into config --- data/config.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'data/config.php.dist') diff --git a/data/config.php.dist b/data/config.php.dist index 77d2005..81ffdbe 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -6,6 +6,7 @@ //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/'; //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/'; //$GLOBALS['phorkie']['cfg']['setupcheck'] = false; +//$GLOBALS['phorkie']['cfg']['perPage'] = 10; //$GLOBALS['phorkie']['auth']['securityLevel'] = 0; //$GLOBALS['phorkie']['auth']['listedUsersOnly'] = false; -- cgit v1.2.3