From 3839b9a57e4c317271319c0cdf78df9e3cd12045 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 13 Oct 2014 15:35:42 -0400 Subject: [PATCH] Example ORCID setup was out of date. --- config/example.runtime.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/example.runtime.properties b/config/example.runtime.properties index 81ae7e0f..4151ea69 100644 --- a/config/example.runtime.properties +++ b/config/example.runtime.properties @@ -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 ----