Skip to content

Commit

Permalink
DOCS-7967 Fix docs reference where known_urls should be set (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Dec 17, 2024
1 parent 1564f42 commit 3bf892c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ node **and** the target host.
export NEXUS_PASSWORD="<your-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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3bf892c

Please sign in to comment.