Server Options – GBG IDscan Documentation

Server Options

In order to have a secure connection, schema name, domain name and port number configurations need to be set up in backendsettings.xml

In case DomainName is not specified in backendSettings.xml, images are not being shown in Investigation Studio.

<!-- Server Options -->
<Setting Key="SchemeName" value="https"/> <!-- Possible values: http, https Default [http]-->
<Setting Key="DomainName" value="10.1.74.174"/>
<Setting Key="PortNumber" value="443"/> <!-- Default[80]-->
Was this page helpful?