mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
add test for separate notify_push redis
This commit is contained in:
parent
b1060bbb73
commit
9ada18d5a6
2 changed files with 30 additions and 0 deletions
17
tests/configs/notify_push_redis.php
Normal file
17
tests/configs/notify_push_redis.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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',
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue