]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
Merge pull request #7089 from nupplaphil/task/mod_help
[friendica.git] / config / defaults.config.php
index 5540ddbb44e39e217ff4ec9db36806a262e15f68..b4471af25caf81b1bf437dbf31637bafd83f1fe8 100644 (file)
@@ -343,6 +343,14 @@ return [
                // Port number of the redis daemon.
                'redis_port' => 6379,
 
+               // redis_db (Integer)
+               // The sub-database of redis (0 - 15 possible sub-databases)
+               'redis_db' => 0,
+
+               // redis_password (String)
+               // The authentication password for the redis database
+               'redis_password' => null,
+
                // session_handler (database|cache|native)
                // Whether to use Cache to store session data or to use PHP native session storage.
                'session_handler' => 'database',