Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-7967 Fix docs reference where known_urls should be set #1010

Merged
merged 1 commit into from
Dec 17, 2024
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: 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
Loading