From d200e4a26af60900d5e8bc60fc50b143d29ca01d Mon Sep 17 00:00:00 2001 From: grantnert48 <tobias.grantner@tuwien.ac.at> Date: Wed, 29 Mar 2023 00:01:49 +0200 Subject: [PATCH] Added DOI related enviroment variables to the .env file examples --- .env.unix.example | 7 ++++++- .env.win.example | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.env.unix.example b/.env.unix.example index b352e9a482..930e4f7ba4 100644 --- a/.env.unix.example +++ b/.env.unix.example @@ -20,4 +20,9 @@ SHARED_FILESYSTEM=/tmp LOG_LEVEL=trace # error, warning, info, debug, trace DEFAULT_ROLES=ROLE_RESEARCHER SUPERUSERS=user1,user2 -ELASTIC_PASSWORD=elastic \ No newline at end of file +ELASTIC_PASSWORD=elastic +DOI_URL=https://doi.org +DATACITE_URL=https://api.datacite.org +DATACITE_PREFIX=<prefix> +DATACITE_USERNAME=<username> +DATACITE_PASSWORD=<password> \ No newline at end of file diff --git a/.env.win.example b/.env.win.example index cf27aca493..3c26a4505b 100644 --- a/.env.win.example +++ b/.env.win.example @@ -20,4 +20,9 @@ SHARED_FILESYSTEM=C:\tmp LOG_LEVEL=trace # error, warning, info, debug, trace DEFAULT_ROLES=ROLE_RESEARCHER SUPERUSERS=user1,user2 -ELASTIC_PASSWORD=elastic \ No newline at end of file +ELASTIC_PASSWORD=elastic +DOI_URL=https://doi.org +DATACITE_URL=https://api.datacite.org +DATACITE_PREFIX=<prefix> +DATACITE_USERNAME=<username> +DATACITE_PASSWORD=<password> \ No newline at end of file -- GitLab