From b9887c7c280b73b40f5928239a1530f4ee827224 Mon Sep 17 00:00:00 2001 From: Max Gruenfelder Date: Wed, 8 Jan 2025 10:45:19 +0100 Subject: [PATCH] add hybrid to documentation --- docs/setup/index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/setup/index.md b/docs/setup/index.md index b49e3a2..1098eb7 100644 --- a/docs/setup/index.md +++ b/docs/setup/index.md @@ -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 + } } } } @@ -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 + } } } }