I recently started working in vue js and while trying to make run time url injection in vuejs app deployed using docker container in docker ucp, I came across window.ENV and window._env. I read about process.env to be used in order to use environment variables into application. But not sure how window.ENV or window._env or process.env are different? Thanks in advance for your help!!