diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index 5650d7d28..76e7f9837 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # -# VIVO deployment properties +# VITRO deployment properties # # This file is provided as example.deploy.properties. # @@ -19,7 +19,7 @@ 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. # tomcat.home = /usr/local/tomcat @@ -32,10 +32,10 @@ tomcat.home = /usr/local/tomcat 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. # -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 @@ -61,7 +61,7 @@ VitroConnection.DataSource.password = vitrovitro # 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 # 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. # 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