diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 1 | ||||
| -rw-r--r-- | data/config.php.dist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 6e4c20c..06b53ed 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -34,6 +34,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'elasticsearch' => null, 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'randomIds' => false, 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ diff --git a/data/config.php.dist b/data/config.php.dist index f1b8704..85499fe 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -8,6 +8,7 @@ //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/'; //$GLOBALS['phorkie']['cfg']['setupcheck'] = false; //$GLOBALS['phorkie']['cfg']['perPage'] = 10; +//$GLOBALS['phorkie']['cfg']['randomIds'] = false; //$GLOBALS['phorkie']['auth']['securityLevel'] = 0; //$GLOBALS['phorkie']['auth']['listedUsersOnly'] = false; |
