From 25b59cbc644e59559296beef66b8509fd4cdefcf Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Oct 2017 18:25:40 +0200 Subject: Make random IDs configurable --- 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 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; -- cgit v1.2.3