Skip to content

Commit 668785d

Browse files
committed
Added Note about using underscore instead of period
1 parent 2c10b69 commit 668785d

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

10/umbraco-workflow/installation/licensing.md

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

43+
{% hint style="info" %}
44+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
45+
46+
```json
47+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
48+
```
49+
{% endhint %}
50+
4351
### Verify the license installation
4452

4553
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.

13/umbraco-workflow/installation/licensing.md

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

41+
{% hint style="info" %}
42+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
43+
44+
```json
45+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
46+
```
47+
{% endhint %}
48+
4149
### Verify the license installation
4250

4351
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.

14/umbraco-workflow/installation/licensing.md

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

42+
{% hint style="info" %}
43+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44+
45+
```json
46+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47+
```
48+
{% endhint %}
49+
4250
### Verify the license installation
4351

4452
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.

15/umbraco-workflow/installation/licensing.md

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

42+
{% hint style="info" %}
43+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44+
45+
```json
46+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47+
```
48+
{% endhint %}
49+
4250
### Verify the license installation
4351

4452
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.

16/umbraco-workflow/installation/licensing.md

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

42+
{% hint style="info" %}
43+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44+
45+
```json
46+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47+
```
48+
{% endhint %}
49+
4250
### Verify the license installation
4351

4452
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.

0 commit comments

Comments
 (0)