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:
Specifies the IP address and port that will be used for accessing the indicator database.
For more information about this element, see the "IndicatorDatabaseSettings > ConnectionString" subsection below.
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> |