@5minds/processcube_engine
Version:
The ProcessCube Engine. Stores and executes BPMNs.
43 lines (42 loc) • 875 B
JSON
{
"application": {
"defaultResponseLimit": 1000,
"name": "5Minds Engine",
"touchFileOnReady": ""
},
"httpClient": {
"allowUnauthorizedCertificates": false
},
"tls": {
"useWindowsTrustStore": true
},
"logging": {
"minLogLevel": ""
},
"runtimeExpressions": {
"timeoutInMiliseconds": 60000,
"workerPoolSize": 4
},
"database": {
"username": "admin",
"password": "admin",
"database": "atlasengine",
"host": "localhost",
"port": 5432,
"dialect": "postgres",
"supportBigNumbers": true,
"resetPasswordRequestTimeToLive": 12,
"logging": false,
"retry": {
"maxDuration": "60m"
},
"compressProcessTokens": false
},
"iam": {
"baseUrl": "http://localhost:11560/",
"allowAnonymousRootAccess": true
},
"extraInfo": {
"portalUrl": "http://localhost:13560/"
}
}