Changes
/* Enterprise Service */
** Open UBIK.EnterpriseService.exe.config:
* Find “appSettings” session, configure all necessary information, and add "ContentControllerConfigPath" to the end :
<!-- System.Diagnostics.ProcessWindowStyle: Normal = 0, Hidden = 1, Minimized = 2, Maximized = 3 -->
<add key="ConsoleRunMode" value="1" />
<add key="WebInterfaceHost" value="http://localhost" />
'''<add key="ContentControllerConfigPath" value="C:\UBIK\CUI.ES.Config\ContentController.json" />'''
</appSettings>}</code>
'''Make sure ContentController.json exist.'''
* Open ContentController.json, change the content base on the requirement: