...
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).
...
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.
Info |
---|
To read more about security LDAP settings in VetView, check out our page on Security. |
To disable LDAP completely (and rely solely on local VetView accounts), open the file and comment out each line with a '#'.
Before:
...
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
Note |
---|
In previous version of VetView, there were more parameters stored in this file, but since version 0.9.2.4, many parameters 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 following email settings:
...
Info | ||||
---|---|---|---|---|
| ||||
grails. |
...
mail. |
...
smtp.auth=true |
...
mail. |
...
smtp. |
...
...
For VetView installations using the TCP/IP Dawning/DI interface, this is the parameter you'll use to set the URL to reach that web application. The URL should be the address of the web app with "/Order" appended to it (for example, "http://128.192.84.39:8080/VvTcpIpInterface/Order").
...
starttls.enable=true 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.
|