Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Mar 13, 2024
1 parent 1ae5fac commit b97c5f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/data_registry/remote_registry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: "Remote Registry"
bookCollapseSection: true
---

# Remote Registry
# Remote Registry
The remote registry, is a centralised registry which can be used to collate data and metadata from multiple local and remote registries. To install a remote registry see the [remote registry installation guide]({{< relref "/docs/data_registry/remote_registry/installation" >}}). Alternatively an example remote registry is available at [https://data.fairdatapipeline.org/](https://data.fairdatapipeline.org/)
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ with open('/home/ubuntu/secret_key.txt') as f:

Add your domain to `ALLOWED_HOSTS` replacing `data.fairdatapipeline.org`

### Edit `DOMAIN_URL`

Replace the `DOMAIN_URL` with your fully qualified domain url followed by a trailing slash e.g. `https://data.fairdatapipeline.org/`

#### Edit `DATABASES`
The `databases` dictionary (fields) should be modified to contain a single `default` database containing the following fields:
`ENGINE` the engine for your database see the [django documentation](https://docs.djangoproject.com/en/5.0/ref/databases/) for more details.
Expand Down

0 comments on commit b97c5f1

Please sign in to comment.