Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Nemanja Malocic <coderns@gmail.com>
This commit is contained in:
Nemanja Malocic 2025-07-18 21:21:00 +02:00 committed by GitHub
parent 45bb23a428
commit a06284aeea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"` | EnableTTL | N | Boolean value to enable TTL capability. Defaults to `"true"` | `"true"`
| TTLFrequency | N | Additional parameters to use | `"5s"` | TTLFrequency | N | Additional parameters to use | `"5s"`
> <sup>[1]</sup> 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. > <sup>[1]</sup> 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 ### TTLs and cleanups