From 2865b0b761500b266646f8b18786f4bae4d11b44 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:07:32 +0100 Subject: [PATCH] Fix docs reference where known_urls should be set --- docs/deployment-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment-guide.md b/docs/deployment-guide.md index a7ea808c0..9722520b8 100644 --- a/docs/deployment-guide.md +++ b/docs/deployment-guide.md @@ -84,7 +84,7 @@ node **and** the target host. export NEXUS_PASSWORD="" ``` -8. Make sure to add the `known_urls` variables in the file `group_vars/repository.yml`. +8. Make sure to add the `known_urls` variables in the file `group_vars/all.yml`. It should contain any URL which is allowed to query the repository and the first entry MUST be set to the dmain URL used to access Alfresco. For example with the default vagrant config: @@ -212,7 +212,7 @@ domain name where the Alfresco applications will be served. The `known_urls` is used for that purpose. It should contain any URL which is allowed to query the repository and the first entry MUST be set to the domain URL used to access Alfresco. For example if you plan on using ecm.acme.com as your main domain on -both https & http, you should set the `group_vars/repository.yml` file to: +both https & http, you should set the `group_vars/all.yml` file to: ```yaml known_urls: