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 # -----------------------------------------------------------------------------