Skip to content
Snippets Groups Projects
Verified Commit d200e4a2 authored by Tobias Grantner's avatar Tobias Grantner
Browse files

Added DOI related enviroment variables to the .env file examples

parent b7ac8f18
No related branches found
No related tags found
2 merge requests!163Relase 1.3.0,!150Resolve "Use DOIs as PIDs"
...@@ -21,3 +21,8 @@ LOG_LEVEL=trace # error, warning, info, debug, trace ...@@ -21,3 +21,8 @@ LOG_LEVEL=trace # error, warning, info, debug, trace
DEFAULT_ROLES=ROLE_RESEARCHER DEFAULT_ROLES=ROLE_RESEARCHER
SUPERUSERS=user1,user2 SUPERUSERS=user1,user2
ELASTIC_PASSWORD=elastic 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
...@@ -21,3 +21,8 @@ LOG_LEVEL=trace # error, warning, info, debug, trace ...@@ -21,3 +21,8 @@ LOG_LEVEL=trace # error, warning, info, debug, trace
DEFAULT_ROLES=ROLE_RESEARCHER DEFAULT_ROLES=ROLE_RESEARCHER
SUPERUSERS=user1,user2 SUPERUSERS=user1,user2
ELASTIC_PASSWORD=elastic 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment