Properties files
These properties files relate to configuring the application. For details of properties files for configuring inputs to the calculations, see Configuration files.
frtb-application module in the frtb-application/src/main/resources/ directory
Spring annotations
Data Files
You will need to specify where your CSV files are placed. In the default implementation, the CSV files are required to provide with the necessary data and configuration to do the calculations in . All the files need to be kept under one directory of your choice anywhere on the file system. The path to this directory needs to be specified in application.properties. The below property needs to be updated to specify an accessible directory containing the necessary files.Example
Sample files can be found in the sample-data/data folder.These files can’t be found in the WAR generated by the build.
Bookmarks
If you want to replace the bookmarks you have persisted in your content server, you can override all the content of the content server with content from a JSON file when the instance starts up. To do this, in application.properties, set the value of thecontentServer.factory-reset property to true:
contentServer.factory-reset=folder and contentServer.factory-reset.folder-name=dir-name.
See the bookmarks.zip in the distribution files for this release.
You will need to specify in the configuration file where the
project is running.
The end-user’s browser will
be connecting to the URL you specify here, so you should specify the
exact host name as opposed to localhost.
frtb_env.js file which will
need to be updated with the correct server URL:
DoctorPivot Configuration(optional)
- No changes required