> For the complete documentation index, see [llms.txt](https://knowledgebase.qommentary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.qommentary.com/getting-started/configuration.md).

# Configuration

Every Qommentary component has a configuration file which stores important environment information.

If you need to update the configuration files with new environment details, please see below:

### Qommentary Engine

**JSON (appsettings.json)**

<div align="center"><img src="/files/B9QBYPwMmDjGyHEh9RaE" alt="appsettings.json"></div>

**Definition**

| Property                | Description                                                                                  | Default                         |
| ----------------------- | -------------------------------------------------------------------------------------------- | ------------------------------- |
| ConnectionStrings       | Encrypted connection string details to the Qommentary Database                               | \<populated\_*during\_install*> |
| IsCookieDisabled        | Applies cookie authentication for server communication                                       | true                            |
| CertificateFriendlyName | Qlik Sense QlikClient certificate friendly name                                              | QlikClient                      |
| QlikApiBaseUrl          | Qlik Sense URL                                                                               | \<populated\_*during\_install*> |
| ManagerUrl              | Qommentary Manager URL                                                                       | \<populated\_*during\_install*> |
| Logo                    | Company logo file name used by the system. Logo location is the Qommentary Engine root path. | logo.jpg                        |
| Logging > LogLevel      | Default log levels                                                                           | Error                           |

**File location**

1. Open **IIS Manager**
2. Expand **Sites**
3. Right-click on **Qommentary Engine**
4. Choose **Explore**

### Qommentary Admin Console

**JSON (config.json)**

<div align="center"><img src="/files/8xLzGdc3axizGGzrymKD" alt="config.json"></div>

**Definition**

| Property   | Description                                           | Default                         |
| ---------- | ----------------------------------------------------- | ------------------------------- |
| apiBaseUrl | Qommentary Engine URL (must include the /api/ suffix) | \<populated\_*during\_install*> |
| hostname   | Qlik Sense hostname                                   | \<populated\_*during\_install*> |
| prefix     | Qlik Sense virtual proxy prefix                       | /                               |
| port       | Qlik Sense port number                                | 443                             |
| protocol   | Qlik Sense protocol                                   | https                           |

**File location**

1. Open **IIS Manager**
2. Expand **Sites**
3. Right-click on **Qommentary Manager**
4. Choose **Explore**
5. Navigate to **Assets** folder

### Qommentary Extensions

**JSON (config.json)**

![config.json](/files/oei687wHxNHqcblBndBc)

**Definition**

| Property       | Description            | Default                         |
| -------------- | ---------------------- | ------------------------------- |
| engineBaseUrl  | Qommentary Engine URL  | \<populated\_*during\_install*> |
| managerBaseUrl | Qommentary Manager URL | \<populated\_*during\_install*> |

**File location**

1. Go to **Dev Hub**
2. Open any Qommentary Extension
