mirror of https://github.com/samply/bridgehead.git
Included the new functionality into the README
This commit is contained in:
parent
8104711075
commit
1a928e6701
|
@ -298,6 +298,8 @@ Once you have added your biobank to the Directory you got persistent identifier
|
||||||
|
|
||||||
The Bridgehead's **Directory Sync** is an optional feature that keeps the Directory up to date with your local data, e.g. number of samples. Conversely, it also updates the local FHIR store with the latest contact details etc. from the Directory. You must explicitly set your country specific directory URL, username and password to enable this feature.
|
The Bridgehead's **Directory Sync** is an optional feature that keeps the Directory up to date with your local data, e.g. number of samples. Conversely, it also updates the local FHIR store with the latest contact details etc. from the Directory. You must explicitly set your country specific directory URL, username and password to enable this feature.
|
||||||
|
|
||||||
|
You should talk with your local data protection group regarding the information that is published by Directory sync.
|
||||||
|
|
||||||
Full details can be found in [directory_sync_service](https://github.com/samply/directory_sync_service).
|
Full details can be found in [directory_sync_service](https://github.com/samply/directory_sync_service).
|
||||||
|
|
||||||
To enable it, you will need to set these variables to the ```bbmri.conf``` file of your GitLab repository. Here is an example config:
|
To enable it, you will need to set these variables to the ```bbmri.conf``` file of your GitLab repository. Here is an example config:
|
||||||
|
@ -306,6 +308,7 @@ To enable it, you will need to set these variables to the ```bbmri.conf``` file
|
||||||
DS_DIRECTORY_URL=https://directory.bbmri-eric.eu
|
DS_DIRECTORY_URL=https://directory.bbmri-eric.eu
|
||||||
DS_DIRECTORY_USER_NAME=your_directory_username
|
DS_DIRECTORY_USER_NAME=your_directory_username
|
||||||
DS_DIRECTORY_USER_PASS=qwdnqwswdvqHBVGFR9887
|
DS_DIRECTORY_USER_PASS=qwdnqwswdvqHBVGFR9887
|
||||||
|
DS_DIRECTORY_ALLOW_STAR_MODEL=true
|
||||||
DS_TIMER_CRON="0 22 * * *"
|
DS_TIMER_CRON="0 22 * * *"
|
||||||
```
|
```
|
||||||
You must contact the Directory team for your national node to find the URL, and to register as a user.
|
You must contact the Directory team for your national node to find the URL, and to register as a user.
|
||||||
|
|
Loading…
Reference in New Issue