HotDocs Hub UI Configuration Settings
Configuration settings for the HotDocs Hub UI component are located in the application's web.config file.
In this Topic Hide
Web.config Location
The web.config file containing the configuration settings is located in the root folder of the HotDocsTemplateHubUi application. The default location is: C:\inetpub\wwwroot\HotDocsInterview.
HotDocsTemplateHubUi Configuration Settings
Application Settings
Key | Description | Example Value |
DefaultCss | The path to the site.css file.
This file is located in the /Content/Hotdocs folder in the HotDocsTemplateHubUi site. By default, this is: /HotDocsTemplateHubUI/Content/HotDocs/Site.css |
/HotDocsTemplateHubUI/Content/HotDocs/Site.css |
EnableOAuth2Security | Enable or Disable
OAuth2 security for the application.
|
false |
EnableTemplateHubUiApplicationInsights | Enable or Disable Application Insights application monitoring. | false |
InterviewServiceApiUrl | The URL for the Interview Service API. | http://servername/HotDocsInterview |
PublicFacingBaseURI | The URL for the Hub UI.
This URL is used by the Upload Plugin for HotDocs Developer when uploading template package files to the Hub. The URL must be accessible to all user machines that require upload access. |
http://servername/HotDocsTemplateHubUI |
TemplateHubApiUrl | The URL of the installed Template Hub API application. | http://servername/HotDocsTemplateHubAPI/ |
AnswersHubApiUrl | The URL of the installed Answers Hub API application. | http://servername/HotDocsAnswerAPI/ |
PublicFacingSiteName | The name for the upload site. This is used to identify the site when uploading templates from HotDocs Developer. | HotDocs Hub |
HttpsPort |
The SSL port used by the HotDocsTemplateHubUi application. The port is configured in IIS. |
443 |
HubUICookieName |
Note: you should not need to edit this setting. See Cookie name configuration in HotDocs Hub for more information. Any application that runs on the same website as Hub should use a different cookie name. |
HotDocsHubUI.Cookies |
Connection Strings
HotDocs Hub UI does not use a database.