Skip to content

Commit

Permalink
Bump default upload size limit to 30MB
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jun 7, 2023
1 parent 3619f62 commit f589e66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,17 @@
"cacheHost": "localhost",
"cacheDatabase": 3
},

"tiler": {
"host": "localhost",
"port": 4000
},

"fileUploads": {
"sizeLimit": 8388608,
"sizeLimit": 31457280,
"storagePath": "/tmp/csv-uploads"
},
"geolocation": {
"gmapsApiKey": null
},

"map": {
"distributed": true
}
Expand Down

0 comments on commit f589e66

Please sign in to comment.