Configuring the Composer User Repository (mur) on the Server - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
The specific functions of this service are provided by the Composer.Core service.

To configure individual settings for the server endpoint, complete the following steps.

  1. From the %Composerdir% directory, open Composer.Core.exe.config with a text editor that supports UTF-8.
  2. Search for the following line.
    <add baseAddress ="http://localhost:8010/mur" />
    
  3. Check the baseAddress attribute and change the value if required.
    Note: The value entered must be the host base address of the service.

    Example

    <add baseAddress ="http://Hyland:8010/mur" />