Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Configuration Bulk Load

OpenSpecimen exposes REST API's to do the basic configurations like email. All these configuration can be done using the REST API's or with the help of client program attached here. The client program consist of the 2 parts: Jar file and a CSV file.

 

Download the Jar and CSV file. Fill the values in the CSV and run the below command once the server is up and accessible. For details about the CSV file parameters you can refer: Email Configuration

Command:

java -jar <path to configuraitons.jar file> <Full qualified path of the CSV file> <Application URL> <username> <password>

Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com