UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

45 lines (44 loc) 939 B
{ "application": { "defaultResponseLimit": 1000, "name": "5Minds Engine Tests", "touchFileOnReady": "" }, "httpClient": { "allowUnauthorizedCertificates": false }, "tls": { "useWindowsTrustStore": true }, "logging": { "minLogLevel": "error" }, "runtimeExpressions": { "timeoutInMiliseconds": 10000, "workerPoolSize": 4 }, "database": { "username": null, "password": null, "database": null, "host": null, "port": null, "dialect": "sqlite", "storage": "test/_test_files/engine.sqlite", "supportBigNumbers": true, "resetPasswordRequestTimeToLive": 12, "logging": false, "compressProcessTokens": false }, "iam": { "baseUrl": "http://localhost:11560/", "allowAnonymousRootAccess": true }, "extraInfo": { "portalUrl": "http://localhost:13560/", "hello": "world" }, "sampleExtensionConfig": { "hello": "world" } }