NIHVIVO-3721 Improve the build process for OpenSocial, including an Ant script to set up the config files.

This commit is contained in:
j2blake 2012-06-19 16:43:29 +00:00
parent fc6be48674
commit d1edd4e559
2 changed files with 81 additions and 137 deletions

View file

@ -198,6 +198,13 @@ proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf
#
#OpenSocial.tokenService = myhost.mydomain.edu:8777
#
# For OpenSocial integration
# The path to the key file that will be used qwhen generating security tokens for VIVO and
# shindig to share.
#
#OpenSocial.tokenKeyFile = /usr/local/vivo/data/shindig/openssl/securitytokenkey.txt
#
# For OpenSocial integration
# Only set sandbox to True for dev/test environments. Comment out or set to False in production