Changed all "vivo" references (minus the Cornell domain name example) to "vitro"

This commit is contained in:
cappadona 2011-05-02 14:34:20 +00:00
parent ab4b478d87
commit ce2f6361c6

View file

@ -1,6 +1,6 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# #
# VIVO deployment properties # VITRO deployment properties
# #
# This file is provided as example.deploy.properties. # This file is provided as example.deploy.properties.
# #
@ -19,7 +19,7 @@
Vitro.defaultNamespace = http://vitro.mydomain.edu/individual/ Vitro.defaultNamespace = http://vitro.mydomain.edu/individual/
# #
# The base install directory for your Tomcat server. The VIVO application # The base install directory for your Tomcat server. The Vitro application
# will be deployed in the /webapps directory below this base. # will be deployed in the /webapps directory below this base.
# #
tomcat.home = /usr/local/tomcat tomcat.home = /usr/local/tomcat
@ -32,10 +32,10 @@ tomcat.home = /usr/local/tomcat
webapp.name = vitro webapp.name = vitro
# #
# The location where the VIVO application will store the data that it creates. # The location where the Vitro application will store the data that it creates.
# This includes uploaded files (usually images) and the Lucene search index. # This includes uploaded files (usually images) and the Lucene search index.
# #
vitro.home.directory = /usr/local/vivo/data vitro.home.directory = /usr/local/vitro/data
# #
# SMTP host which the "Contact Us" form can use to send mail. If this is left # SMTP host which the "Contact Us" form can use to send mail. If this is left
@ -61,7 +61,7 @@ VitroConnection.DataSource.password = vitrovitro
# vitro.local.solr.url = # vitro.local.solr.url =
# #
# The name of your first admin user for the VIVO application. The password # The name of your first admin user for the Vitro application. The password
# for this user is initially set to "defaultAdmin", but you will be asked to # for this user is initially set to "defaultAdmin", but you will be asked to
# change the password the first time you log in. # change the password the first time you log in.
# #
@ -72,7 +72,7 @@ initialAdminUser = defaultAdmin
# for the Individual to have a property whose value is the username of the user. # for the Individual to have a property whose value is the username of the user.
# This is the name of that property. # This is the name of that property.
# #
selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId selfEditing.idMatchingProperty = http://vitro.mydomain.edu/ns#networkId
# #
# If an external authentication system like Shibboleth or CUWebAuth is to be # If an external authentication system like Shibboleth or CUWebAuth is to be