Constant values of the limits of Mapbox upload services. This module is a JSON file: read limits.json for the limits.
JSON values can be overridden with environment variables, for example:
{
"mbtiles": {
"max_filesize": 10
}
}We can use the LIMITS_<type>_<key> template to update this value:
export LIMITS_MBTILES_MAX_FILESIZE='100'$ npm install --save mapbox-upload-limits