You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password
104
+
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password.
102
105
##
103
106
existingSecret: "datacite-secrets"
104
107
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
@@ -107,6 +110,21 @@ invenio:
107
110
secretKeys:
108
111
usernameKey: "DATACITE_USERNAME"
109
112
passwordKey: "DATACITE_PASSWORD"
113
+
## @param invenio.datacite.prefix DataCite DOI prefix, it will translate into DATACITE_PREFIX.
114
+
##
115
+
prefix: ""
116
+
## @param invenio.datacite.testMode DataCite test mode enabled, it will trasnlate into DATACITE_TEST_MODE.
117
+
## This has to be a string value, Invenio will evaluate this as a python expression and transform it into a boolean.
118
+
## Example:
119
+
## testMode: "False"
120
+
##
121
+
testMode: ""
122
+
## @param invenio.datacite.format A string used for formatting the DOI, it will translate into DATACITE_FORMAT.
123
+
##
124
+
format: ""
125
+
## @param invenio.datacite.dataCenterSymbol DataCite data center symbol, it will translate into DATACITE_DATACENTER_SYMBOL.
126
+
##
127
+
dataCenterSymbol: ""
110
128
## @param invenio.datacite.existing_secret DEPRECATED: use invenio.datacite.existingSecret instead
0 commit comments