@5minds/processcube_engine
Version:
The ProcessCube Engine. Stores and executes BPMNs.
44 lines (43 loc) • 928 B
JSON
{
"application": {
"defaultResponseLimit": 1000,
"name": "5Minds Engine Tests",
"touchFileOnReady": ""
},
"httpClient": {
"allowUnauthorizedCertificates": false
},
"tls": {
"useWindowsTrustStore": true
},
"logging": {
"minLogLevel": "error"
},
"runtimeExpressions": {
"timeoutInMiliseconds": 10000,
"workerPoolSize": 4
},
"database": {
"username": "sa",
"password": "superstrong!!!111PASSWORD",
"database": "atlasengine",
"host": "localhost",
"port": 1433,
"dialect": "mssql",
"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"
}
}