Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Configuration Files

The VetView project contains four files that must be customized to your institution's settings.  These files are named:


  • VetView-authentication-config.properties
  • VetView-database-config.properties
  • VetView-communication-config.properties


These files will be found at in the WEB-INF/classes folder (inside your VetView installation folder).

Configuring/Disabling LDAP

To configure the LDAP settings, open the VetView-authentication-config.properties file and change the settings to match your institution's.  If your ldap requires more settings, you can add lines to this file.  


To disable LDAP completely (and rely solely on local VetView accounts), open the file and comment out each line with a '#'.

Before: 

After:

Configuring Your Database

To configure the LDAP settings, open the VetView-database-config.properties file and change the settings to match the database you've setup for VetView.


Configuring Your Communications

In previous version of VetView, there were more parameters stored in this file, but since version 0.9.2.4, All parameters, except for the Email settings were moved to the System Options Screen and are stored in the database.

The VetView-communication-config.properties file contains only the email settings:

Email Settings

grails.mail.smtp.auth=true
grails.mail.smtp.starttls.enable=true
grails.mail.smtp.port=587
grails.mail.host=post.uga.edu
grails.mail.port=587
grails.mail.username=<System Account>
grails.mail.password=<password>

Some schools who are using Office365 where having issues with setting some of the mail properties using a properties text file. So I also set VetView to look for a "VetView-config.groovy" file. This file allows us to create a list of parameters. I have attached an example file that can be downloaded and add to the classes folder with the other configuration files.

VetView-config.groovy




Next Step

Previous Step

  • No labels