|
|
|
|
@ -420,7 +420,7 @@ $CONFIG = array(
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Checks an app before install whether it uses private APIs instead of the
|
|
|
|
|
* Checks an app before install whether it uses private APIs instead of the
|
|
|
|
|
* proper public APIs. If this is set to true it will only allow to install or
|
|
|
|
|
* enable apps that pass this check.
|
|
|
|
|
*/
|
|
|
|
|
@ -831,7 +831,8 @@ $CONFIG = array(
|
|
|
|
|
'redis' => array(
|
|
|
|
|
'host' => 'localhost', // can also be a unix domain socket: '/tmp/redis.sock'
|
|
|
|
|
'port' => 6379,
|
|
|
|
|
'timeout' => 0.0
|
|
|
|
|
'timeout' => 0.0,
|
|
|
|
|
'dbindex' => 0, // Optional, if undefined SELECT will not run and will use Redis Server's default DB Index.
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|