Skip to main content

REST startup configuration

Verify that the REST service is enabled in the FairCom Edge server
  1. Navigate to the services.json file in the config folder.

  2. Set "enabled" to true.

  3. Save any changes.

Example 1. Windows
	"integrationServices": [
	{
		"serviceName": "rest",
		"serviceLibrary": "restservice.dll",
		"enabled": true
	},


Example 2. Unix/Linux
"integrationServices": [
{
"serviceName": "rest",
"serviceLibrary": "librestservice.so",
"enabled": true
},