nextcloud-config-parser/tests/configs/notify_push_redis.php

17 lines
312 B
PHP

<?php
$CONFIG = [
'overwrite.cli.url' => 'https://cloud.example.com',
'dbtype' => 'mysql',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbuser' => 'nextcloud',
'dbpassword' => 'secret',
'redis' => [
'host' => '/redis1',
],
'notify_push_redis' => [
'host' => '/redis2',
]
];