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 + } } } }