Curator Logger web.config for 3.3

Updated on December 12th, 2022

Open web.config in text editor
On the IIS server, open IIS manager and browse to the Curator Logger directory by right clicking and selecting the explore option:

Open web.config file in a text editor.

Replace

"Video Server

Address" key value

Set the value for "VideoServerAddress" key with the fully qualified domain name for the IIS host.

Replace: <add key="VideoServerAddress" value="https://WEBSERVER" /> With: <add key="VideoServerAddress" value="https://IIS_HOST" />  


Finish
Save the file.
Was this article helpful?