From ae0a3eba910bea497d8ee351ff6bb04133f83bec Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Mon, 11 Nov 2024 10:47:41 +0100 Subject: [PATCH] Update the-licensing-model.md Update the JSON for how to apply the license key in v14 --- 14/umbraco-deploy/installation/the-licensing-model.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/14/umbraco-deploy/installation/the-licensing-model.md b/14/umbraco-deploy/installation/the-licensing-model.md index a7bc4929eb4..dc71e989568 100644 --- a/14/umbraco-deploy/installation/the-licensing-model.md +++ b/14/umbraco-deploy/installation/the-licensing-model.md @@ -60,7 +60,9 @@ For example, in `appsettings.json`: ... }, "Licenses": { - "Umbraco.Deploy.OnPrem": "" + "Products": { + "Umbraco.Deploy.OnPrem": "" + } }, "Deploy": { ...