mirror of https://github.com/dapr/docs.git
Sets TTL support for mongodb state store to enabled
Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
parent
3c1a331473
commit
f7cddfb559
|
@ -106,7 +106,7 @@
|
||||||
crud: true
|
crud: true
|
||||||
transactions: true
|
transactions: true
|
||||||
etag: true
|
etag: true
|
||||||
ttl: false
|
ttl: true
|
||||||
query: true
|
query: true
|
||||||
- component: MySQL
|
- component: MySQL
|
||||||
link: setup-mysql
|
link: setup-mysql
|
||||||
|
|
Loading…
Reference in New Issue