mirror of
https://github.com/friendica/docker
synced 2025-01-10 08:20:50 +01:00
12 lines
142 B
PHP
12 lines
142 B
PHP
|
<?php return <<<INI
|
||
|
|
||
|
[system]
|
||
|
cache_driver=redis
|
||
|
lock_driver=redis
|
||
|
|
||
|
redis_host=redis
|
||
|
|
||
|
pidfile = /var/run/friendica.pid
|
||
|
|
||
|
INI;
|
||
|
// Keep this line
|