-
Notifications
You must be signed in to change notification settings - Fork 49
configuration
bpmn-server / Configuration
• new Configuration(«destructured»
): Configuration
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 |
common/DefaultConfiguration.ts:39
• apiKey: string
common/DefaultConfiguration.ts:20
• database: Object
Name | Type |
---|---|
MongoDB |
{ db : string ; db_url : string } |
MongoDB.db |
string |
MongoDB.db_url |
string |
loopbackRepositories? |
any |
common/DefaultConfiguration.ts:15
• definitionsPath: string
IConfiguration.definitionsPath
common/DefaultConfiguration.ts:12
• logger: ILogger
common/DefaultConfiguration.ts:19
• sendGridAPIKey: string
common/DefaultConfiguration.ts:21
• templatesPath: string
common/DefaultConfiguration.ts:13
• timers: Object
Name | Type |
---|---|
forceTimersDelay |
number |
precision |
number |
common/DefaultConfiguration.ts:14
▸ appDelegate(server
): IAppDelegate
Name | Type |
---|---|
server |
any |
common/DefaultConfiguration.ts:25
▸ cacheManager(server
): NoCacheManager
Name | Type |
---|---|
server |
any |
common/DefaultConfiguration.ts:31
▸ dataStore(server
): DataStore
Name | Type |
---|---|
server |
any |
common/DefaultConfiguration.ts:28
▸ definitions(server
): ModelsDatastore
Name | Type |
---|---|
server |
any |
common/DefaultConfiguration.ts:22
▸ userService(server
): any
Name | Type |
---|---|
server |
any |
any