diff --git a/16/umbraco-forms/installation/the-licensing-model.md b/16/umbraco-forms/installation/the-licensing-model.md index b159ebf046d..8a88f9dcefd 100644 --- a/16/umbraco-forms/installation/the-licensing-model.md +++ b/16/umbraco-forms/installation/the-licensing-model.md @@ -85,13 +85,13 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration: ```json -{ - "Umbraco": { - "Licensing": { - "Directory": "~/custom-licenses-folder/" - } - } -} + "Umbraco": { + "Licenses": { + "Products": { + "Umbraco.Commerce": "YOUR_LICENSE_KEY" + } + } + } ``` The value contains the path of your custom license directory relative to the root of your Umbraco installation.