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
102
+
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password.
100
103
##
101
104
existingSecret: ""
102
105
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
@@ -105,19 +108,19 @@ invenio:
105
108
secretKeys:
106
109
usernameKey: "DATACITE_USERNAME"
107
110
passwordKey: "DATACITE_PASSWORD"
108
-
## @param invenio.datacite.prefix DataCite DOI prefix
111
+
## @param invenio.datacite.prefix DataCite DOI prefix, it will translate into DATACITE_PREFIX.
109
112
##
110
113
prefix: ""
111
-
## @param invenio.datacite.testMode DataCite test mode enabled.
114
+
## @param invenio.datacite.testMode DataCite test mode enabled, it will trasnlate into DATACITE_TEST_MODE.
112
115
## This has to be a string value, Invenio will evaluate this as a python expression and transform it into a boolean.
113
116
## Example:
114
117
## testMode: "False"
115
118
##
116
119
testMode: ""
117
-
## @param invenio.datacite.format A string used for formatting the DOI.
120
+
## @param invenio.datacite.format A string used for formatting the DOI, it will translate into DATACITE_FORMAT.
118
121
##
119
122
format: ""
120
-
## @param invenio.datacite.dataCenterSymbol DataCite data center symbol.
123
+
## @param invenio.datacite.dataCenterSymbol DataCite data center symbol, it will translate into DATACITE_DATACENTER_SYMBOL.
121
124
##
122
125
dataCenterSymbol: ""
123
126
## @param invenio.datacite.existing_secret DEPRECATED: use invenio.datacite.existingSecret instead
0 commit comments