Within this configuration file, general settings for the HTTP CharPMS plugin are configured.
Info |
---|
|
<WorkspaceDirectory>\ConfigFiles\xio.HTTPCharPMS.cfg |
Info |
---|
Changes within this definition file are taking effect immediately. No server restart is required. |
Parameter | Description | Scope | Unit | Default value |
---|
xio. |
HttpTimeOutThe timeout that the server waits for an answer to an HTTP request. | 1 – 65535 | ms | 5000 | xio.Http.ValueTag | The tag that is used to indicate the item value within the update resource. | string | none | @value@ |
xio.Http.Language | The country code which is used for data conversion. Default (if left empty) is invariant culture. | string | none | empty |
xio.Http.ProxyUri | The URI of a web proxy that shall be used. If empty, no proxy is used. | string | none | empty |
xio.Http.ProxyUser | The user name for the proxy connection. If empty, no authentication to the proxy is done. | string | none | empty |
xio.Http.ProxyPassword | The password for the proxy connection. If empty, no authentication to the proxy is done. | string | none | emptyBindAddress | IP address of the local network interface to use. Use the asterisk * to listen on all interfaces. | IP address | none | * |
xio.CharPMS.Port | TCP port of the local CharPMS REST API. | 0 – 65535 | TCP port | 9091 |
xio.CharPMS.UseSSL | Enable to use HTTPS. If disabled, HTTP will be used (default). | true/false | none | false |
xio.CharPMS.Token | This token must be received upon every request of the CharPMS system, otherwise BMS Platform will return HTTP 500. | string | none | mandatory |