Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleEmail parameters in runtime.properties
#
# Email parameters which VIVO can use to send mail. If these are left empty,
# the "Contact Us" form will be disabled and users will not be notified of
# changes to their accounts.
#

email.smtpHost = smtp.mydomain.edu
email.replyTo = vivoAdmin@mydomain.edued

Namespace

The namespace parameter is the single most important parameter in your VIVO configuration.  It is used in every triple created by VIVO.  It should match the domain name of your VIVO production site.  So, if your VIVO production site will be reached on the Internet with a web address of http://vivo.mydomain.edu the Vitro.defaultNamepsace parameter is runtime.properties should be set as shown below.

...