IndicatorDatabaseSettings

Defines the indicator database settings.

Path

IndicatorDatabaseSettings

Attributes

This element has no attributes.

Nested elements

This element is a container for the following nested elements:

IndicatorDatabaseSettings > ConnectionString

This element must contain a string with an IP address and a port. See the example below.

This element is mandatory.

Example

The following is an example of this element.

<IndicatorDatabaseSettings>

<ConnectionString>127.0.0.1:9200</ConnectionString>

</IndicatorDatabaseSettings>

Page top