Jump to: navigation, search

Changes


/* Enterprise Service */
** Find the “appSettings” section, configure all necessary information, and add the "ContentControllerConfigPath" setting to the end:
<source lang = "xml">
<appSettings> <!-- System.Diagnostics.ProcessWindowStyle: Normal = 0, Hidden = 1, Minimized = 2, Maximized = 3 --> <add key="ConsoleRunMode" value="1" /> <!-- Nothing = 0, Mark = 1, Delete = 2 --> <add key="CommandFileAction" value="0" /> <add key="ClearWatchFolders" value="0" /> <!-- Path to json file. Pointing to EnterpriseServicePluginExecutionConfigHolder --> <add key="PluginExecutionConfigPath" value="" /> <add key="ClientSettingsProvider.ServiceUri" value="" /> <!--TEST IF ONLINE USING BROWSER // GET http://localhost:9000/api/basicenterpriseservice/getuptimeinfo--> <!-- switch on WebInterface: 1, switch off WebInterface : 0 --> <add key="ExecuteWebInterface" value="1" /> <add key="ExecuteTaskByJsonFile" value="0" /> <!-- Notification Endpoint config ProcessUrl --> <add key="WebInterfacePort" value="9000" /> <add key="WebInterfaceHost" value="http://localhost" /> <!-- Add this to the ES config file --> <add key="ContentControllerConfigPath" value="C:\UBIK\CUI.ES.Config\ContentController.json" /> </appSettings>
</source>
'''Make sure ContentController.json exists.'''
123
edits