# Rename this file to production.yaml, and fill in data as needed below. # Possible log levels are silly, debug, verbose, info, warn, error defaultLogLevel: verbose # Paths to client certificates to use when connecting to Sense server. Can be pem or pvk/cer # remove or comment out if running on desktop clientCertPath: "./UAT/client.pem" clientCertKeyPath: "./UAT/client_key.pem" # QIX version to use qixVersion: 12.212.4 # Config on what apps should be cached appConfig: # Valid options are disk, github configSource: disk # Leave strings empty if disk config not used diskConfigFile: "./config/apps.yaml" # Leave strings empty if github not used github: host: api.github.com username: "" password: owner: "" repo: "" path: "" # Is connection to Sense engine secure (https)? isSecure: true # Directory where log files are stored (no trailing / ) logDirectory: "./log/" set NODE_ENV=production