mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
add support for redis username
This commit is contained in:
parent
88b4abd252
commit
07af6dccd0
3 changed files with 11 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ $CONFIG = [
|
|||
'host' => 'redis',
|
||||
'dbindex' => 1,
|
||||
'port' => 1234,
|
||||
'user' => 'name',
|
||||
'password' => 'moresecret'
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue