Update example.runtime.properties (#222)
* Update example.runtime.properties Resolves: https://jira.lyrasis.org/browse/VIVO-1930 Co-authored-by: gneissone <mbgross@wustl.edu> Co-authored-by: Andrew Woods <awoods@duraspace.org>
This commit is contained in:
parent
f15eec19e0
commit
5f6cabc42a
1 changed files with 33 additions and 16 deletions
|
@ -51,15 +51,15 @@ argon2.time = 1000
|
||||||
# Email parameters which VIVO can use to send mail. If these are left empty,
|
# Email parameters which VIVO can use to send mail. If these are left empty,
|
||||||
# the "Contact Us" form will be disabled and users will not be notified of
|
# the "Contact Us" form will be disabled and users will not be notified of
|
||||||
# changes to their accounts.
|
# changes to their accounts.
|
||||||
#
|
# email.smtpHost = smtp.mydomain.edu
|
||||||
email.smtpHost = smtp.mydomain.edu
|
# email.replyTo = vivoAdmin@mydomain.edu
|
||||||
email.replyTo = vivoAdmin@mydomain.edu
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# URL of Solr context used in local VIVO search. This will usually consist of:
|
# URL of Solr context used in local VIVO search. This will usually consist of:
|
||||||
# scheme + server_name + port + vivo_webapp_name + "solr"
|
# scheme + server_name + port + "solr" + solr_core_name
|
||||||
# In the standard installation, the Solr context will be on the same server as VIVO
|
# In a standard Solr installation, the Solr service will be available on port
|
||||||
# as a standalone service.
|
# 8983. The path will be /solr followed by the name used when adding a core
|
||||||
|
# for VIVO.
|
||||||
# Example:
|
# Example:
|
||||||
# vitro.local.solr.url = http://localhost:8983/solr/vivocore
|
# vitro.local.solr.url = http://localhost:8983/solr/vivocore
|
||||||
#
|
#
|
||||||
|
@ -195,26 +195,43 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
||||||
# ORCID INTEGRATION
|
# ORCID INTEGRATION
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# The Client ID from your ORCID credentials
|
||||||
|
# When your application for credentials is accepted, you will receive a Client
|
||||||
|
# ID to be used in communications with the API. If you apply for sandbox
|
||||||
|
# credentials first, and then production credentials, you will likely receive
|
||||||
|
# two different Client IDs.
|
||||||
# orcid.clientId = 0000-0000-0000-000X
|
# orcid.clientId = 0000-0000-0000-000X
|
||||||
|
|
||||||
|
# The Client Secret from your ORCID credentials
|
||||||
|
# When your application for credentials is accepted, you will receive a Client
|
||||||
|
# Secret to be used in communications with the API. If you apply for sandbox
|
||||||
|
# credentials first, and then production credentials, you will likely receive
|
||||||
|
# two different Client Secrets.
|
||||||
# orcid.clientPassword = 00000000-0000-0000-0000-000000000000
|
# orcid.clientPassword = 00000000-0000-0000-0000-000000000000
|
||||||
|
|
||||||
#
|
# The base URL for your VIVO application, as seen from outside.
|
||||||
# The orcid.webappBaseUrl must end in a front slash (/)
|
# VIVO will use this to construct a callback URL that the ORCID API can use to
|
||||||
# if it includes a path past the domain and (if required) port.
|
# return control to VIVO. The actual callback URL will be the string you
|
||||||
#
|
# provide here with the suffix of /orcid/callback added at the end.
|
||||||
|
# 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.webappBaseUrl = http://vivo.mydomain.edu/vivo/
|
||||||
# orcid.externalIdCommonName = VIVO Cornell Identifier
|
# orcid.externalIdCommonName = VIVO Cornell Identifier
|
||||||
|
|
||||||
# 1.2, 2.0
|
# The version of ORCIDs API protocol that VIVO will expect. Currently, the
|
||||||
|
# only supported version is 2.0.
|
||||||
# orcid.apiVersion = 2.0
|
# orcid.apiVersion = 2.0
|
||||||
|
|
||||||
# release, sandbox
|
# The entry point for ORCID's public API.
|
||||||
|
# This changes, depending on whether you are using the sandbox API or the
|
||||||
|
# production API. Value is either release or sandbox.
|
||||||
# orcid.api = sandbox
|
# orcid.api = sandbox
|
||||||
|
|
||||||
# Specify the type of API access that you have - public or member
|
# Specify the type of API access that you have - public or member
|
||||||
# public - only allows you to confirm ORCID IDs
|
# public - only allows you to confirm ORCID IDs
|
||||||
# member - allows VIVO to write a link to the VIVO profile in the ORCID record
|
# member - allows VIVO to write a link to the VIVO profile in the ORCID record
|
||||||
# If you only have a public API key, ensure that you have entered public here
|
# If you only have a public API key, ensure that you have entered public here
|
||||||
#orcid.apiLevel = public
|
#orcid.apiLevel = public
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue