Skip to content

Commit 947e48e

Browse files
Enable specification of orcid API endpoint token to switch to sandbox orcid during testing if necessary
1 parent c09b5d8 commit 947e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-interface/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ spring.messages.always-use-message-format=true
185185
#################### Orcid API calls #########################
186186
qbic.orcid.api.client.id=${ORCID_API_CLIENT_ID:}
187187
qbic.orcid.api.client.secret=${ORCID_API_CLIENT_SECRET:}
188-
qbic.orcid.api.endpoint.token=https://orcid.org/oauth/token
188+
qbic.orcid.api.endpoint.token=${ORCID_TOKEN_URI:}

0 commit comments

Comments
 (0)