forked from jsreport/jsreport-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprod.config.json
More file actions
51 lines (51 loc) · 1.13 KB
/
prod.config.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"authentication" : {
"cookieSession": {
"secret": "dasd321as56d1sd5s61vdv32"
},
"admin": {
"username" : "admin",
"password": "password"
}
},
"certificate": {
"key": "certificates/jsreport.net.key",
"cert": "certificates/jsreport.net.cert"
},
"connectionString": {
"name": "mongodb",
"address": "127.0.0.1",
"databaseName" : "playground2"
},
"httpPort": 3000,
"scheduling": {
"enabled": false
},
"electron": {
"strategy": "electron-server"
},
"express": {
"inputRequestLimit": "128mb"
},
"electron": {
"strategy":"dedicated-process",
"timeout": 30000
},
"phantom": {
"numberOfWorkers" : 2,
"timeout": 5200000,
"strategy": "dedicated-process"
},
"electron": {
"timeout": 5200000,
"strategy": "electron-ipc"
},
"tasks": {
"timeout": 10000,
"numberOfWorkers" : 2,
"strategy": "dedicated-process"
},
"scripts": {
"timeout": 60000
}
}