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)

Definition

PropertyDescriptionDefault

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)

Definition

PropertyDescriptionDefault

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)

Definition

PropertyDescriptionDefault

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

Last updated