Skip to content

Commit 2d296ed

Browse files
committed
Fix crypto component path configuration
1 parent b5660b6 commit 2d296ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/components/crypto/localstorage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ spec:
77
version: v1
88
metadata:
99
# Path to the directory containing keys (PEM files)
10-
# This should point to a directory containing your key files
10+
# This path is relative to where the dapr run command is executed
1111
- name: path
12-
value: "./keys"
12+
value: "./components/crypto/keys"

0 commit comments

Comments
 (0)