You will need to modify Contribute to connect to the correct library as set out for InternalApi. We also recommend modifying the value for Feedback Email.
- To edit the local settings:
- Open the C:\inetpub\wwwroot\ folder.
- In the Contribute folder, open the LocalSettings.config file in a text editor such as Notepad.
- Add all the Library Aliases (as specified in ApiServer.config) to the InternalApi.Libraries setting:
<add key="InternalAPI.Libraries" value=" SampleTrusted1, SampleFixed2" />
Separate multiple values with commas.
- Make sure the value of the first part of ServicesAPI.Url is the same name as the Author-it WebAPI Service as it is in IIS:
<add key="ServicesAPI.Url" value="AuthoritWebAPIService/api/" />
- Change the value for Feedback Email:
<add key="Feedback.Email " value="KC_feedback@Author-it.com" />