Skip to content

Commit c73245e

Browse files
authored
Fix the file name of secrets json (dapr#1546)
1 parent a941868 commit c73245e

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/developing-applications/building-blocks/secrets

1 file changed

+1
-1
lines changed

daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before retrieving secrets in your application's code, you must have a secret sto
1414

1515
>Note: The component used in this example is not secured and is not recommended for production deployments. You can find other alternatives [here]({{<ref supported-secret-stores >}}).
1616
17-
Create a file named `secrets.json` with the following contents:
17+
Create a file named `mysecrets.json` with the following contents:
1818

1919
```json
2020
{

0 commit comments

Comments
 (0)