Skip to content

Commit 6dd919c

Browse files
committed
Added previewConfig.yaml to enable the preview function ActorStateTTL, because it is used in the example
1 parent ee356cd commit 6dd919c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: dapr.io/v1alpha1
2+
kind: Configuration
3+
metadata:
4+
name: featureconfig
5+
spec:
6+
features:
7+
- name: ActorStateTTL
8+
enabled: true

0 commit comments

Comments
 (0)