NIHVIVO-3772 By default, disable the properties that connect to OpenSocial
This commit is contained in:
parent
2e69f0379b
commit
7d38303f1a
1 changed files with 3 additions and 2 deletions
|
@ -188,7 +188,7 @@ proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf
|
|||
# The base URL of the ORNG Shindig server. Usually, this is the same host and port
|
||||
# number as VIVO iteself, with a context path of "shindigorng".
|
||||
#
|
||||
OpenSocial.shindigURL = http://localhost:8080/shindigorng
|
||||
#OpenSocial.shindigURL = http://localhost:8080/shindigorng
|
||||
|
||||
#
|
||||
# For OpenSocial integration
|
||||
|
@ -196,7 +196,8 @@ OpenSocial.shindigURL = http://localhost:8080/shindigorng
|
|||
# Shindig to share. For now, the host name must be the actual host, not "localhost" or "127.0.0.1"
|
||||
# The port number must be 8777
|
||||
#
|
||||
OpenSocial.tokenService = myhost.mydomain.edu:8777
|
||||
#OpenSocial.tokenService = myhost.mydomain.edu:8777
|
||||
|
||||
#
|
||||
# For OpenSocial integration
|
||||
# Only set sandbox to True for dev/test environments. Comment out or set to False in production
|
||||
|
|
Loading…
Add table
Reference in a new issue