Adding new env variables is hard because it requires several steps. Any environment variable that starts with REACT_APP_ should automatically be set via docker-entrypoint.sh in config.js if a matching entry is found. This will resolve the issue of having to change multiple files to set a new environment variable.