Allow setting request size limit through ENV or in config
Using the same format and default as express.json({ limit }) (cf. http://expressjs.com/en/resources/middleware/body-parser.html#bodyparserjsonoptions).
When using pdf report service with data urls it is nice to be able to allow bigger requests, 100 kb is not very much for a base64 encoded website.