From 92dd4b84c1e78eca5942535f100ae1f16bc961a2 Mon Sep 17 00:00:00 2001 From: Croft Date: Tue, 31 Jan 2023 09:43:26 +0100 Subject: [PATCH] Incorporated new environemnt variable nameing for Directory sync --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79655a8..3cb8822 100644 --- a/README.md +++ b/README.md @@ -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). -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_URL=https://directory.bbmri-eric.eu -DIRECTORY_USER_NAME=your_directory_username -DIRECTORY_PASS_CODE=qwdnqwswdvqHBVGFR9887 -TIMER_CRON="0 22 * * *" +DS_DIRECTORY_URL=https://directory.bbmri-eric.eu +DS_DIRECTORY_USER_NAME=your_directory_username +DS_DIRECTORY_USER_PASS=qwdnqwswdvqHBVGFR9887 +DS_TIMER_CRON="0 22 * * *" ``` You must contact the Directory for your national node to find the URL, and to register as a user.