Module Configuration
There is some configuration that can be made in the <ModuleConfiguration> element of the Inventory Server configuration file. As seen in the example, the ModuleConfiguration tag can be added as the last tag in the configuration file (before the closing </Configuration> tag)
EXAMPLE
<ModuleConfiguration>
<Module typeName="SnowSoftware.Inventory.Discovery.ActiveDirectory.ActiveDirectoryDiscoveryModule">
<Setter propertyName="IsEnabled">true</Setter>
<Setter propertyName="Interval">7.00:00:</Setter>
</Module>
<Module typeName="SnowSoftware.Inventory.Server.OwinWebApiServerModule">
<Setter propertyName="BaseAddress">"http://server1:8778"</Setter>
<Setter propertyName="AltBaseAddresses">["http://server1:8779","http://server2:8779]</Setter>
</Module>
</ModuleConfiguration>