Skip to content

talkcontrol


talkcontrol / common/services/config / config

Variable: config

const config: object = conf

Defined in: src/common/services/config.ts:4

Type Declaration

//

//: string = "Template for config/config.json (gitignored, copied automatically by npm install). Prefer the NGROK_AUTHTOKEN env variable over ngrok.authToken — never commit a token. The urls.external fields are written at runtime by create-tunnels."

logger

logger: object

logger.eventBusEvents

eventBusEvents: boolean = false

logger.redux

redux: boolean = false

ngrok

ngrok: object

ngrok.authToken

authToken: string = ""

presentation

presentation: object

presentation.allowedHosts

allowedHosts: string[]

tcComponent

tcComponent: object

tcComponent.keysBlocked

keysBlocked: string[]

tcController

tcController: object

tcController.port

port: number = 3000

tcController.urls

urls: object

tcController.urls.external

external: string = ""

tcController.urls.local

local: string = "http://localhost:3000"

tcServer

tcServer: object

tcServer.port

port: number = 3001

tcServer.urls

urls: object

tcServer.urls.external

external: string = ""

tcServer.urls.local

local: string = "http://localhost:3001"

tcShowcase

tcShowcase: object

tcShowcase.port

port: number = 3002

tcShowcase.urls

urls: object

tcShowcase.urls.external

external: string = ""

tcShowcase.urls.local

local: string = "http://127.0.0.1:3002"