You must make changes to the API Server's 1_server.json file in order to complete installation and configuration of the Temp File Service.
- Browse to the config directory in your API Server's installation directory. In a default installation, this directory is located at C:\Program Files\Hyland\ApiServer\config.
- Open the 1_server.json file in a text editor, such as notepad.
- Locate the TempFileStorage tag. In the Address tag, enter the URL of the Temp File Service. The URL should be of the format http://[SERVER]/[APIServerName]/tempfs/, where [SERVER] is replaced with the server where your API Server is installed and [APIServerName] is replaced with the name of your API Server.
- Save and close the file and recycle your application pool for the changes to take effect.