Skip to content

Commit

Permalink
add hybrid to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Gruenfelder committed Jan 8, 2025
1 parent 901d06d commit b9887c7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ The Redis connection options from the service binding can be overridden using on
{
"cds": {
"eventQueue": {
"redisOptions": {
"host": "localhost",
"rejectUnauthorized": false
"[hybrid]": {
"redisOptions": {
"host": "localhost",
"rejectUnauthorized": false
}
}
}
}
Expand All @@ -157,9 +159,11 @@ The Redis connection options from the service binding can be overridden using on
"cds": {
"requires": {
"redis-eventQueue": {
"options": {
"host": "localhost",
"rejectUnauthorized": false
"[hybrid]": {
"options": {
"host": "localhost",
"rejectUnauthorized": false
}
}
}
}
Expand Down

0 comments on commit b9887c7

Please sign in to comment.