Skip to content

Commit

Permalink
fix:add config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Nov 15, 2024
1 parent e39a5cd commit 12bfdc8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ repository: {
}

// configuration of the DOI handleservice
// please note that a valid configuration for "publish" must be present!
handleservice: {
// is the handleservice active? (requires repository restart)
enabled: false
Expand All @@ -408,8 +409,9 @@ repository: {
// path to a writeable directory. defaults to $HOME/.handle/
configDir: null
}
// please note that a valid configuration for "publish" must be present!
doiservice: {
// flag to enable/disable an configured doiservice, repo needs to be restartet
// flag to enable/disable an configured doiservice, repo needs to be restarted
enabled: false
// https://api.test.datacite.org for test, https://api.datacite.org for prod
baseUrl: null
Expand Down

0 comments on commit 12bfdc8

Please sign in to comment.