Revision for “Configuration Parameters” created on December 18, 2014 @ 13:14:23
Title | Configuration Parameters |
---|---|
Content | <h2>IoT Settings for the Discovery process</h2>
<strong>wsport</strong>
The port that is used for creating the IoT web services
<add key="wsport" value=":80"/>
Default :8080
<hr />
<strong>WSEndPointAlwayLocalHost</strong>
Always bind the published WebServices to 127.0.0.1
<add key="WSEndPointAlwayLocalHost" value="no"/>
Default: no
<hr />
<strong>IoTCreateWSImmediately</strong>
Set to yes when the IoT device is to be used without any discovery process
<add key="IoTCreateWSImmediately" value="yes"/>
Default: no
<hr />
<strong>gateway</strong>
The name of the hardware gateway (normal a computer) where the IoTResource is executing.
<add key="gateway" value=""/>
Default:
<hr />
<strong>DeviceDBPath</strong>
Path to device databases. A database with the same name as the friendlyName of the IoTResource wiill be created in the directory specified by DeviceDBPath. Default is the same directory as the executable.
<add key="DeviceDBPath" value="."/>
Default: .
<hr /> |
Excerpt |