Incorporated new environemnt variable nameing for Directory sync

This commit is contained in:
Croft 2023-01-31 09:43:26 +01:00
parent 3e55030b1b
commit 92dd4b84c1
1 changed files with 5 additions and 5 deletions

View File

@ -137,14 +137,14 @@ This is an optional feature for bbmri projects. It keeps the [BBMRI Directory](
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 add some extra variables to the ```bbmri.conf``` file in your GitLab repository, like so: To enable it, you will need to add some extra variables to the ```bbmri.conf``` file in your GitLab repository, for example:
``` ```
### Directory sync service ### Directory sync service
DIRECTORY_URL=https://directory.bbmri-eric.eu DS_DIRECTORY_URL=https://directory.bbmri-eric.eu
DIRECTORY_USER_NAME=your_directory_username DS_DIRECTORY_USER_NAME=your_directory_username
DIRECTORY_PASS_CODE=qwdnqwswdvqHBVGFR9887 DS_DIRECTORY_USER_PASS=qwdnqwswdvqHBVGFR9887
TIMER_CRON="0 22 * * *" DS_TIMER_CRON="0 22 * * *"
``` ```
You must contact the Directory for your national node to find the URL, and to register as a user. You must contact the Directory for your national node to find the URL, and to register as a user.