To configure proxy target settings:
- 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
-
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
- Save and close the appsettings.Production.json file.
- Recycle the application pool of the Clinician Window BFF server for the changes to take effect.