NIHVIVO-3772 By default, disable the properties that connect to OpenSocial

This commit is contained in:
j2blake 2012-06-05 20:03:40 +00:00
parent 2e69f0379b
commit 7d38303f1a

View file

@ -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 # 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". # 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 # 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" # 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 # The port number must be 8777
# #
OpenSocial.tokenService = myhost.mydomain.edu:8777 #OpenSocial.tokenService = myhost.mydomain.edu:8777
# #
# For OpenSocial integration # For OpenSocial integration
# Only set sandbox to True for dev/test environments. Comment out or set to False in production # Only set sandbox to True for dev/test environments. Comment out or set to False in production