From 7fe329b329decbe48f38c3ff61aa25e2ce8d4687 Mon Sep 17 00:00:00 2001 From: gneissone Date: Wed, 7 Feb 2018 19:32:56 -0700 Subject: [PATCH] Add clarification to ORCID integration settings --- .../main/resources/config/example.runtime.properties | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 2efb6609..0930d08d 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -194,13 +194,18 @@ VitroConnection.DataSource.validationQuery = SELECT 1 # orcid.clientId = 0000-0000-0000-000X # orcid.clientPassword = 00000000-0000-0000-0000-000000000000 -# orcid.webappBaseUrl = http://localhost:8080/vivo + + # + # The orcid.webappBaseUrl must end in a front slash (/) + # if it includes a path past the domain and (if required) port. + # +# orcid.webappBaseUrl = http://vivo.mydomain.edu/vivo/ # orcid.externalIdCommonName = VIVO Cornell Identifier -# 1.2, 2.0 + # 1.2, 2.0 # orcid.apiVersion = 2.0 -# release, sandbox + # release, sandbox # orcid.api = sandbox # -----------------------------------------------------------------------------