Versions Compared

Key

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

...

This service requires a number of configuration values to function properly.  These configuration values should be placed in a properties file in the following location:

  • Linux/UNIX/MacOS-based systems: $HOME/.opencds/opencds-apelon.properties
  • Windows: %HOME%\.opencds\opencds-apelon.properties

 

Configuring the service

Code Block
apelon.host=<ApelonDTS Host>
apelon.port=<ApelonDTS Port>
apelon.username=<username>
apelon.password=<password>
apelon.namespace=OpenCDS
concept.refresh.cron.value=0 0 0 * * ?

...