We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9a37a commit 3fb228eCopy full SHA for 3fb228e
16/umbraco-forms/installation/the-licensing-model.md
@@ -85,10 +85,10 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a
85
It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration:
86
87
```json
88
-{
89
- "Umbraco": {
90
- "Licensing": {
91
- "Directory": "~/custom-licenses-folder/"
+"Umbraco": {
+ "Licenses": {
+ "Products": {
+ "Umbraco.Commerce": "YOUR_LICENSE_KEY"
92
}
93
94
0 commit comments