Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
d200e4a2
Verified
Commit
d200e4a2
authored
2 years ago
by
Tobias Grantner
Browse files
Options
Downloads
Patches
Plain Diff
Added DOI related enviroment variables to the .env file examples
parent
b7ac8f18
No related branches found
No related tags found
2 merge requests
!163
Relase 1.3.0
,
!150
Resolve "Use DOIs as PIDs"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.unix.example
+6
-1
6 additions, 1 deletion
.env.unix.example
.env.win.example
+6
-1
6 additions, 1 deletion
.env.win.example
with
12 additions
and
2 deletions
.env.unix.example
+
6
−
1
View file @
d200e4a2
...
@@ -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
This diff is collapsed.
Click to expand it.
.env.win.example
+
6
−
1
View file @
d200e4a2
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment