*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Add Flask config override

Moser, Maximilian requested to merge mm/flask-config into master

This has previously been done in Invenio-Theme-TUW; however, it logically fits better into Invenio-Config-TUW.

Because of interference (race conditions) with other Invenio modules with the blueprint.record_once approach, and because we don't really need the overrides in the invenio shell, we decided to revert the override mechanism back to 'app.before_first_request'.

Merge request reports