This commit is contained in:
2022-10-11 19:55:24 -05:00
parent e41fcc4f85
commit 5cd8f27cbe

View File

@@ -77,18 +77,6 @@ nextcloud:
)
)
);
redis.config.php: |-
<?php
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_HOST_PORT') ?: 6379,
'password' => getenv('REDIS_HOST_PASSWORD')
)
);
internalDatabase:
enabled: false