Configuring Proxy Target Settings - Hyland Clinician Window - 23.3 - 23.3 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.3
License

To configure proxy target settings:

  1. Open the appsettings.Production.json file of the Clinician Window BFF server in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
  2. Update the attributes of the ProxyTargets element with the following values, as needed:

    Setting

    Description

    ApiServerUrl

    The URL of the OnBase API Server.

    For example, if your domain is my.domain and the OnBase API application name is ApiServer, then the value is as follows:

    https://my.domain/ApiServer

    XDSAdapterUrl

    The URL of the Hyland Healthcare XDS Adapter.

    For example, if your domain is my.domain and the XDS Adapter application name is HylandHealthcareXDSAdapter, then the value is as follows:

    https://my.domain/HylandHealthcareXDSAdapter

  3. Save and close the appsettings.Production.json file.
  4. Recycle the application pool of the Clinician Window BFF server for the changes to take effect.