Skip to content

Commit 38e497a

Browse files
committed
Described option for using understores in product keys when configuring product licenses with environment variables.
1 parent 528e421 commit 38e497a

File tree

15 files changed

+122
-2
lines changed

15 files changed

+122
-2
lines changed

10/umbraco-commerce/installation/licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
6767
}
6868
```
6969

70+
{% hint style="info" %}
71+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
72+
73+
```json
74+
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
75+
```
76+
{% endhint %}
77+
7078
### Verify the license installation
7179

7280
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.

10/umbraco-ui-builder/installation/licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
6767
}
6868
```
6969

70+
{% hint style="info" %}
71+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
72+
73+
```json
74+
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
75+
```
76+
{% endhint %}
77+
7078
### Verify the license installation
7179

7280
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

13/umbraco-commerce/installation/the-licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
6767
}
6868
```
6969

70+
{% hint style="info" %}
71+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
72+
73+
```json
74+
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
75+
```
76+
{% endhint %}
77+
7078
### Verify the license installation
7179

7280
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

13/umbraco-deploy/installation/install-configure.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ For example, in `appsettings.json`:
292292
}
293293
```
294294

295+
{% hint style="info" %}
296+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
297+
298+
```json
299+
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
300+
```
301+
{% endhint %}
302+
295303
Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.
296304

297305
Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).

13/umbraco-deploy/installation/the-licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ For example, in `appsettings.json`:
6767
}
6868
```
6969

70+
{% hint style="info" %}
71+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
72+
73+
```json
74+
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
75+
```
76+
{% endhint %}
77+
7078
Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided automatically when your project is created.
7179

7280
## Validating the license

13/umbraco-engage/installation/licensing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ Once you have received your license code it needs to be installed on your site.
7373
}
7474
```
7575

76+
{% hint style="info" %}
77+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
78+
79+
```json
80+
"Umbraco_Engage": "YOUR_LICENSE_KEY"
81+
```
82+
{% endhint %}
83+
84+
7685
### Verify the license installation
7786

7887
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

13/umbraco-ui-builder/installation/licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
6767
}
6868
```
6969

70+
{% hint style="info" %}
71+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
72+
73+
```json
74+
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
75+
```
76+
{% endhint %}
77+
7078
### Verify the license installation
7179

7280
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Once you have received your license code it needs to be installed on your site.
6969
}
7070
```
7171

72+
{% hint style="info" %}
73+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
74+
75+
```json
76+
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
77+
```
78+
{% endhint %}
79+
7280
### Verify the license installation
7381

7482
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

14/umbraco-deploy/installation/install-configure.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ For example, in `appsettings.json`:
292292
}
293293
```
294294

295+
{% hint style="info" %}
296+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
297+
298+
```json
299+
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
300+
```
301+
{% endhint %}
302+
295303
Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.
296304

297305
Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).

14/umbraco-deploy/installation/the-licensing-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ For example, in `appsettings.json`:
6969
}
7070
```
7171

72+
{% hint style="info" %}
73+
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
74+
75+
```json
76+
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
77+
```
78+
{% endhint %}
79+
7280
Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided automatically when your project is created.
7381

7482
## Validating the license

0 commit comments

Comments
 (0)