We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09b5d8 commit 947e48eCopy full SHA for 947e48e
user-interface/src/main/resources/application.properties
@@ -185,4 +185,4 @@ spring.messages.always-use-message-format=true
185
#################### Orcid API calls #########################
186
qbic.orcid.api.client.id=${ORCID_API_CLIENT_ID:}
187
qbic.orcid.api.client.secret=${ORCID_API_CLIENT_SECRET:}
188
-qbic.orcid.api.endpoint.token=https://orcid.org/oauth/token
+qbic.orcid.api.endpoint.token=${ORCID_TOKEN_URI:}
0 commit comments