Add clarification to ORCID integration settings
This commit is contained in:
parent
a3416ae785
commit
7fe329b329
1 changed files with 8 additions and 3 deletions
|
@ -194,13 +194,18 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
||||||
|
|
||||||
# orcid.clientId = 0000-0000-0000-000X
|
# orcid.clientId = 0000-0000-0000-000X
|
||||||
# orcid.clientPassword = 00000000-0000-0000-0000-000000000000
|
# 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
|
# orcid.externalIdCommonName = VIVO Cornell Identifier
|
||||||
|
|
||||||
# 1.2, 2.0
|
# 1.2, 2.0
|
||||||
# orcid.apiVersion = 2.0
|
# orcid.apiVersion = 2.0
|
||||||
|
|
||||||
# release, sandbox
|
# release, sandbox
|
||||||
# orcid.api = sandbox
|
# orcid.api = sandbox
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue