mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:27:03 +02:00
added an option to suppress email address in the search results pane for regular users
This commit is contained in:
@ -258,6 +258,9 @@ $config['FOUR_EYES_LOGIN_FOR_AUDITOR'] = 0;
|
||||
$config['MEMCACHED_PREFIX'] = '_piler:';
|
||||
$config['MEMCACHED_TTL'] = 900;
|
||||
|
||||
$SUPPRESS_RECIPIENTS = array();
|
||||
|
||||
|
||||
$memcached_servers = array(
|
||||
array('127.0.0.1', 11211)
|
||||
);
|
||||
|
Reference in New Issue
Block a user