Closed
Description
Currently the config provider in the FE does mix it's configuration from build time environment variables (REACT_APP_
), variables assigned to window
and a file loaded from config.json
.
We want to narrow this down to two different providers with different priority, i.e. window
or config.json
should exist and be able to overwrite the build time environment variables. The code should be generic to be able to overwrite any part of the configuration without requiring hard-coded references for each individual variable.