Skip to content

Commit 3841b38

Browse files
authored
Update 13/umbraco-cms/reference/configuration/imagingsettings.md
1 parent 2039677 commit 3841b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/reference/configuration/imagingsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ The `HMACSecretKey` must be kept secret and never exposed publicly. If the key i
147147
### Testing the Configuration
148148

149149
To verify that your `HMACSecretKey` is working correctly:
150-
1. Configure the key in your `appsettings.json` or using the `IOptions` pattern.
150+
1. Set the `HMACSecretKey` key in the `appsettings.json` file or via the `IOptions` pattern.
151151
2. Make a request to an image URL with valid parameters and ensure it works as expected.
152152
3. Modify the URL parameters or remove the HMAC signature and confirm that the request is rejected.

0 commit comments

Comments
 (0)