mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
add dbindex for redis as comment
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4d84146b2d
commit
a6f2a3c76d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis' => array(
|
||||
'host' => getenv('REDIS_HOST'),
|
||||
'password' => (string) getenv('REDIS_HOST_PASSWORD'),
|
||||
// 'dbindex' => (int) getenv('REDIS_DB_INDEX'),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue