agmission/Development/report/jsreport.config.json

63 lines
1.3 KiB
JSON

{
"certificate": {
"key": "certificates/jsreport.net.key",
"cert": "certificates/jsreport.net.cert"
},
"authentication": {
"cookieSession": {
"secret": "<your strong secret>"
},
"admin": {
"username": "admin",
"password": "password"
},
"enabled": false
},
"connectionString": {
"name": "fs"
},
"httpPort": 5488,
"httpsPort": null,
"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": "phantom-server",
"numberOfWorkers" : 2,
"timeout": 60000
},
"tasks": {
"strategy": "http-server",
"numberOfWorkers" : 2,
"timeout": 60000,
"forkOptions": {
"execArgv": ["--max-old-space-size=4096"]
},
"allowedModules": []
},
"scripts": {
"allowedModules": "*",
"timeout": 60000
},
"express": {
"inputRequestLimit": "10mb"
},
"sample-template": {
"createSamples": true
}
}