diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2017-10-13 18:25:40 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2017-10-13 18:25:40 +0200 |
| commit | 25b59cbc644e59559296beef66b8509fd4cdefcf (patch) | |
| tree | 1c6950e4e0577e179be13df51a84b458efc4649b /data/config.php.dist | |
| parent | ede9ef521fbe3b9fc3ee95c410edd906f8e64284 (diff) | |
| download | phorkie-25b59cbc644e59559296beef66b8509fd4cdefcf.tar.gz phorkie-25b59cbc644e59559296beef66b8509fd4cdefcf.zip | |
Make random IDs configurable
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
