# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.qommentary.com/getting-started/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
