Versions Compared

Key

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

...

Configure HCER.PROPERTIES

If you want to use the functionality of using hcer database (used by trillium) you have to create a file named hcer.properties under EPSOS_PROPS_PATH with the following content

Info

jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:3306/hcer?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=<username>
jdbc.default.password=<password>