Files
notifications-api/app
sakisv d35ab04a4e Set a request size limit of 5MB
This is to replicate the nginx behaviour. If the entire request is
larger than MAX_CONTENT_LENGTH [1] an entity too large error is raised
[2].

Enable for all environments except Staging and Production (i.e.
Development, Preview, Test)

1: https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/#improving-uploads
2: https://werkzeug.palletsprojects.com/en/1.0.x/exceptions/#werkzeug.exceptions.RequestEntityTooLarge
2021-01-28 14:33:21 +02:00
..
2021-01-26 14:36:20 +00:00
2020-09-21 14:40:22 +01:00
2020-12-07 15:24:02 +00:00
2020-05-13 08:56:54 +01:00
2021-01-28 14:33:21 +02:00
2021-01-19 14:01:51 +00:00