Problem or use case
As of now, some config values are loaded from VITE_ env variables. This has multiple effects, including needed to rebuild the portal for every environment, instead of building an immutable container and use it everywhere.
Proposed change
Load the configuration from /config.js.
Additional context
See #1385 (comment) for context.
Problem or use case
As of now, some config values are loaded from
VITE_env variables. This has multiple effects, including needed to rebuild the portal for every environment, instead of building an immutable container and use it everywhere.Proposed change
Load the configuration from
/config.js.Additional context
See #1385 (comment) for context.