mirror of https://github.com/dapr/docs.git
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:
parent
45bb23a428
commit
a06284aeea
|
|
@ -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"`
|
||||
|
||||
> <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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue