From a06284aeeadc6057d6a2505afebc71004050e011 Mon Sep 17 00:00:00 2001 From: Nemanja Malocic Date: Fri, 18 Jul 2025 21:21:00 +0200 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md Co-authored-by: Mark Fussell Signed-off-by: Nemanja Malocic --- .../supported-state-stores/setup-ravendb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md index 8efd302e6..5f63938fc 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md @@ -50,7 +50,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr | EnableTTL | N | Boolean value to enable TTL capability. Defaults to `"true"` | `"true"` | TTLFrequency | N | Additional parameters to use | `"5s"` -> [1] The `certPath` and `keyPath` fields are not mandatory if server url is http, however if server url is https and no certPath and keyPath is present dapr returns an error. +> [1] The `certPath` and `keyPath` fields are not mandatory if server url is `http`. However if the server url is `https` and no certPath and keyPath is present, then Dapr returns an error. ### TTLs and cleanups