Example ORCID setup was out of date.

This commit is contained in:
j2blake 2014-10-13 15:35:42 -04:00
parent 7bb8682454
commit 3839b9a57e

View file

@ -210,10 +210,10 @@ VitroConnection.DataSource.validationQuery = SELECT 1
# ---- Setup for the sandbox ----
# orcid.publicApiBaseUrl = http://pub.sandbox-1.orcid.org/v1.1
# orcid.authorizedApiBaseUrl = http://api.sandbox-1.orcid.org/v1.1
# orcid.oauthAuthorizeUrl = http://sandbox-1.orcid.org/oauth/authorize
# orcid.oauthTokenUrl = http://api.sandbox-1.orcid.org/oauth/token
# orcid.publicApiBaseUrl = http://pub.sandbox.orcid.org/v1.1
# orcid.authorizedApiBaseUrl = http://api.sandbox.orcid.org/v1.1
# orcid.oauthAuthorizeUrl = http://sandbox.orcid.org/oauth/authorize
# orcid.oauthTokenUrl = http://api.sandbox.orcid.org/oauth/token
# ---- or for the mockorcid webapp ----