mirror of https://github.com/dapr/docs.git
Update setup-postgresql-v1.md
Mention that `actorStateStore` needs to be `true` if the state store is used for workflows as well (since workflows use actors under the hood). Signed-off-by: Yossi Spektor <easpex@gmail.com>
This commit is contained in:
parent
5660a64b0e
commit
caebe93ae0
|
@ -52,7 +52,7 @@ spec:
|
|||
# Controls the default mode for executing queries. (optional)
|
||||
#- name: queryExecMode
|
||||
# value: ""
|
||||
# Uncomment this if you wish to use PostgreSQL as a state store for actors (optional)
|
||||
# Uncomment this if you wish to use PostgreSQL as a state store for actors or workflows (optional)
|
||||
#- name: actorStateStore
|
||||
# value: "true"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue