Skip to content

Generalize configProvider #10955

Closed
Closed
@timroes

Description

@timroes

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions