Webserver Properties
You can configure the DiffDog Server web server by using the properties given below. To set a property, run the installation command with the property setting appended, like this:
msiexec /i DiffDogServer.msi DD_WebServer_Host=127.0.0.1
List of properties
Properties of the DiffDog Server web server:
DD_WebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the web server from this machine only. Use 0.0.0.0 to make the web server accessible globally.
DD_WebServer_Port=<Port Number>
Specifies the port that is used to access the web server.
DD_WebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.