From 0effbc6f603e67968551cb46e9e751f18a6aed0d Mon Sep 17 00:00:00 2001 From: Alzpetka Date: Mon, 9 Sep 2024 13:22:25 +0200 Subject: [PATCH] read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfc9c9e..e32f969 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ DATACITE_MAPPING = {'local://documents-1.0.0.json':"common.mapping.DataCiteMappi DATACITE_MODE = "AUTOMATIC_DRAFT" -DATACITE_CREDENTIALS = {"generic": {"mode": "AUTOMATIC_DRAFT", "prefix": "10.23644" , "password": "yyyy", "username": "xxx"}} +DATACITE_CREDENTIALS = {"generic": {"prefix": "10.23644" , "password": "yyyy", "username": "xxx"}} -DATACITE_CREDENTIALS_DEFAULT = {"mode": "AUTOMATIC_DRAFT", "prefix": "10.23644" , "password": "yyy", "username": "xxxx"} +DATACITE_CREDENTIALS_DEFAULT = {"prefix": "10.23644" , "password": "yyy", "username": "xxxx"} DATACITE_SPECIFIED_ID = True ```