mirror of https://github.com/dapr/docs.git
Merge branch 'issue_4118' of https://github.com/hhunter-ms/docs into issue_4118
This commit is contained in:
commit
c274edf6e4
|
@ -58,7 +58,7 @@ spec:
|
|||
- name: endpoints
|
||||
value: localhost:2379
|
||||
- name: keyPrefixPath
|
||||
value: namespace1
|
||||
value: namespace-actorA
|
||||
- name: actorStateStore
|
||||
value: "true"
|
||||
```
|
||||
|
@ -77,7 +77,7 @@ spec:
|
|||
- name: connectionString
|
||||
value: "data.db"
|
||||
- name: tableName
|
||||
value: "namespace1"
|
||||
value: "namespace-actorA"
|
||||
- name: actorStateStore
|
||||
value: "true"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue