Skip to content
Merged
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
4 changes: 3 additions & 1 deletion 12/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ In practice, you will probably want to make this a bit more sophisticated. You c

The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains.

You can find which features are included in the trial versus the paid license in the [Workflow Page on .com](https://umbraco.com/products/add-ons/workflow/).

To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file:

```json
Expand Down Expand Up @@ -132,4 +134,4 @@ POST http://<your umbraco environment>/umbraco/licenses/validatedLicense/relay?p

A header with a key of `X-AUTH-KEY` and value of the authorization key you have configured should be provided.

This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.
This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.