diff --git a/example.deploy.properties b/example.deploy.properties index 270fbab3..38034236 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -9,6 +9,15 @@ # # ----------------------------------------------------------------------------- +# +# This namespace will be used when generating URIs for objects created in the +# editor. Change it to reflect your own domain. For example, Cornell's +# namespace is http://vivo.cornell.edu/individual/ +# +# Note: it is essential that this namespace end with a trailing slash. +# +Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ + # # Where is the Vitro core directory? # In most deployments, this is set to ./vitro-core, but internal developers may @@ -45,15 +54,6 @@ upload.directory = /usr/local/vivo/data/uploads # LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex -# -# This namespace will be used when generating URIs for objects created in the -# editor. Change it to reflect your own domain. For example, Cornell's -# namespace is http://vivo.cornell.edu/individual/ -# -# Note: it is essential that this namespace end with a trailing slash. -# -Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ - # # SMTP host which the "Contact Us" form can use to send mail. If this is left # empty, the "Contact Us" form will be disabled.