-
Notifications
You must be signed in to change notification settings - Fork 48
iconfiguration
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / IConfiguration
• apiKey: string
• database: Object
Name | Type |
---|---|
MongoDB |
{ db : string ; db_url : string } |
MongoDB.db |
string |
MongoDB.db_url |
string |
loopbackRepositories? |
any |
• definitionsPath: string
• logger: ILogger
• templatesPath: string
• timers: Object
Name | Type |
---|---|
forceTimersDelay |
number |
precision |
number |
▸ appDelegate(server
): IAppDelegate
Name | Type |
---|---|
server |
any |
▸ cacheManager(server
): ICacheManager
Name | Type |
---|---|
server |
any |
▸ dataStore(server
): IDataStore
Name | Type |
---|---|
server |
any |
▸ definitions(server
): IModelsDatastore
Name | Type |
---|---|
server |
any |
▸ userService(server
): IUserService
Name | Type |
---|---|
server |
any |