Changing any environment variables will require you to restart the development server if it is running. + +`.env` files **should be** checked into source control (with the exclusion of `.env*.local`). + +### What other `.env` files can be used? + +>Note: this feature is **avai...