diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 | ||||
| -rw-r--r-- | data/config.php.dist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index 009b572..7e6ebb9 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -12,7 +12,8 @@ $GLOBALS['phorkie']['cfg'] = array( 'setupcheck' => true, 'elasticsearch' => null, 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', - 'index' => 'new'//"new" or "list" + 'index' => 'new',//"new" or "list" + 'perPage' => 10, ); $GLOBALS['phorkie']['auth'] = array( // 0 = public, no authentication, 1 = protect adds/edits/deletes, 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; |
