custom

Purpose

Specifies the location of the custom device repository policies.

Contained by

Contains

Example

<devices preload="false">
  <standard>
    <jdbc-repository project="NamedProject"/>
  </standard>
  <custom>
    <file-repository location="/custom/devicerepository/"/>
  </custom>
  <logging>
    <log-file>device_log.txt</log-file>
    <e-mail>
      ...
    </e-mail>
  </logging>
</devices>

Related topics