Still not working. My configuration is like that, is it ok ?
{
"tempDirectory": "data/temp",
"authentication": {
"cookieSession": {
"secret": "***********"
},
"admin": {
"username": "******",
"password": "******"
},
"enabled": true
},
"connectionString": {
"name": "fs"
},
"httpPort": 8081,
"express": {
"renderTimeout": 600000
},
"logger": {
"console": {
"transport": "console",
"level": "debug"
},
"file": {
"transport": "file",
"level": "info",
"filename": "logs/reporter.log"
},
"error": {
"transport": "file",
"level": "error",
"filename": "logs/error.log"
}
},
"blobStorage": "fileSystem",
"phantom": {
"strategy": "dedicated-process",
"timeout": 600000,
"allowedModules": "*",
"numberOfWorkers": 20
},
"tasks": {
"strategy": "http-server",
"allowedModules": "*",
"numberOfWorkers": 20,
"timeout": 60000000
},
"scripts": {
"allowedModules": "*",
"timeout": 60000000
},
"sample-template": {
"createSamples": false
}
}