Content Services needs properties set in the tomcat/shared/classes/alfresco-global.properties file that point to the Process Services installation and enable the use of APS Actions:
| Property | Description |
|---|---|
| activiti.domain | The domain that Process Services is running on, for example example-aps.com. |
| activiti.baseUrl | The base URL of the Process Services installation. |
| activiti.secret | The common secret Content Services and Process Services use for communication. The default value is activiti-share-connector-secret. This value must match the Secret value set in Process Services when configuring a repository connection. |
| activitiRepoConnector.enabled | Set this to true to enable the use of APS Actions. |