Skip to content

configuration

ralphhanna edited this page Dec 18, 2023 · 3 revisions

bpmn-server / Configuration

Class: Configuration

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Configuration(«destructured»): Configuration

Parameters

Name Type
«destructured» Object
› apiKey any
› appDelegate any
› cacheManager any
› dataStore any
› database any
› definitions any
› definitionsPath any
› logger any
› templatesPath any
› timers any
› userService any

Returns

Configuration

Defined in

common/DefaultConfiguration.ts:39

Properties

apiKey

apiKey: string

Implementation of

IConfiguration.apiKey

Defined in

common/DefaultConfiguration.ts:20


database

database: Object

Type declaration

Name Type
MongoDB { db: string ; db_url: string }
MongoDB.db string
MongoDB.db_url string
loopbackRepositories? any

Implementation of

IConfiguration.database

Defined in

common/DefaultConfiguration.ts:15


definitionsPath

definitionsPath: string

Implementation of

IConfiguration.definitionsPath

Defined in

common/DefaultConfiguration.ts:12


logger

logger: ILogger

Implementation of

IConfiguration.logger

Defined in

common/DefaultConfiguration.ts:19


sendGridAPIKey

sendGridAPIKey: string

Defined in

common/DefaultConfiguration.ts:21


templatesPath

templatesPath: string

Implementation of

IConfiguration.templatesPath

Defined in

common/DefaultConfiguration.ts:13


timers

timers: Object

Type declaration

Name Type
forceTimersDelay number
precision number

Implementation of

IConfiguration.timers

Defined in

common/DefaultConfiguration.ts:14

Methods

appDelegate

appDelegate(server): IAppDelegate

Parameters

Name Type
server any

Returns

IAppDelegate

Implementation of

IConfiguration.appDelegate

Defined in

common/DefaultConfiguration.ts:25


cacheManager

cacheManager(server): NoCacheManager

Parameters

Name Type
server any

Returns

NoCacheManager

Implementation of

IConfiguration.cacheManager

Defined in

common/DefaultConfiguration.ts:31


dataStore

dataStore(server): DataStore

Parameters

Name Type
server any

Returns

DataStore

Implementation of

IConfiguration.dataStore

Defined in

common/DefaultConfiguration.ts:28


definitions

definitions(server): ModelsDatastore

Parameters

Name Type
server any

Returns

ModelsDatastore

Implementation of

IConfiguration.definitions

Defined in

common/DefaultConfiguration.ts:22


userService

userService(server): any

Parameters

Name Type
server any

Returns

any

Implementation of

IConfiguration.userService

Defined in

common/DefaultConfiguration.ts:34

Clone this wiki locally