From 7d38303f1ac650bb3987849bdc56b48196a77ad3 Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 5 Jun 2012 20:03:40 +0000 Subject: [PATCH] NIHVIVO-3772 By default, disable the properties that connect to OpenSocial --- example.deploy.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index 369ab5fe..ea4db6a0 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -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