Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions 16/umbraco-forms/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down