Environment variables entered via the ManagementConsole are stored in $PLATFORM_VARIABLES. In Node, we would need to have them in process.env so that these UI-entered values override statically defined values in the code.
One possible approach seems to be to for us to use ‘platformsh-config’ reader, read the values and push them into process.env as part of ‘npm start’ flow. Is there a different / better approach ?
