mirror of
https://github.com/friendica/docker
synced 2025-01-25 12:32:30 +01:00
12 lines
164 B
PHP
12 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
'system' => [
|
|
'cache_driver' => 'redis',
|
|
'lock_driver' => 'redis',
|
|
|
|
'redis_host' => 'redis',
|
|
|
|
'pidfile' => '/var/run/friendica.pid',
|
|
]
|
|
];
|