Skip to content

Commit

Permalink
update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Dec 11, 2023
1 parent 8df58bc commit 22601e4
Show file tree
Hide file tree
Showing 3 changed files with 2,853 additions and 1,861 deletions.
7 changes: 4 additions & 3 deletions jsreport.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"blobStorage": {
"provider": "fs"
},
},
"reportTimeout": 60000,
"encryption": {
"enabled": false
Expand Down Expand Up @@ -45,7 +45,7 @@
"subnet": "182.30.0.0/24",
"numberOfWorkers": 2,
"container": {
"image": "jsreport/playground-worker:3.13.0",
"image": "jsreport/playground-worker:4.2.0",
"namePrefix": "playground_worker",
"memory": "320m",
"memorySwap": "320m",
Expand All @@ -68,7 +68,8 @@
},
"mongodb-store": {
"databaseName": "playground",
"address": "127.0.0.1"
"address": "127.0.0.1",
"port": "27018"
},
"studio": {
"startupPage": false,
Expand Down
Loading

0 comments on commit 22601e4

Please sign in to comment.