Skip to content

Commit

Permalink
Update to latest core and set max file upload size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Tullos committed Oct 9, 2023
1 parent a03fc94 commit 5346990
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"actinium_modules/@*/*"
],
"actiniumDependencies": {
"@atomic-reactor/actinium-core": "5.1.10",
"@atomic-reactor/actinium-core": "5.1.11",
"@atomic-reactor/actinium-capability": "5.0.1",
"@atomic-reactor/actinium-component-manager": "5.0.1",
"@atomic-reactor/actinium-content": "5.1.3",
Expand Down
3 changes: 2 additions & 1 deletion src/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
},
"LOG": true,
"LOG_LEVEL": "BOOT",
"RUN_TEST": false
"RUN_TEST": false,
"MAX_UPLOAD_SIZE": "50mb"
}
3 changes: 2 additions & 1 deletion src/env.remote.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"LOG": true,
"LOG_LEVEL": "BOOT",
"RUN_TEST": false
"RUN_TEST": false,
"MAX_UPLOAD_SIZE": "50mb"
}

0 comments on commit 5346990

Please sign in to comment.