Skip to content

Commit 464feb4

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-8: No subject
1 parent fe39f81 commit 464feb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

14/umbraco-commerce/getting-started/the-licensing-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once you have received your license code it needs to be installed on your site.
5757

5858
1. Open the root directory for your project files.
5959
2. Locate and open the `appSettings.json` file.
60-
3. Add your Umbraco Commerce license key to `Umbraco:Licenses:Umbraco.Commerce`:
60+
3. Add your Umbraco Commerce license key to `Umbraco:Licenses:Products:Umbraco.Commerce`:
6161

6262
```json
6363
"Umbraco": {
@@ -81,7 +81,6 @@ If you are running on a single domain for both your frontend and backend environ
8181

8282
If you have different domains for your frontend and backend, then it's advised that you configure an `UmbracoApplicationUrl` set to your backoffice URL. This helps the licensing engine know which URL should be used for validation checks. Without this configuration setting, the licensing engine will try and work out the domain to validate from the HTTP request object. This can lead to errors when switching between domains.
8383

84-
8584
An `UmbracoApplicationUrl` can be configured in your `appSettings.json` file like so:
8685

8786
```json
@@ -103,8 +102,9 @@ See the [Fixed Application URL](https://docs.umbraco.com/umbraco-cms/extending/h
103102
If you are hosting on Umbraco Cloud you will find the configuration described above won't be reflected in your environment. The reason for this is that Umbraco Cloud sets this value as an environment variable set to the Cloud project domain (`<your project>.umbraco.io`). This overrides what is set via the `appSettings.json` file.
104103

105104
There are two options in this case:
106-
- Either the domains for each of your Cloud environments can be added to your license.
107-
- Or, for more control and to ensure this value is set correctly for other reasons, you can apply the configuration via code.
105+
106+
* Either the domains for each of your Cloud environments can be added to your license.
107+
* Or, for more control and to ensure this value is set correctly for other reasons, you can apply the configuration via code.
108108

109109
For example, in your `Program.cs`:
110110

0 commit comments

Comments
 (0)