Developers frequently use the .env file to store configuration values on the workstation. If the values contain sensitive data add the line to the .gitignore file to avoid committing the file into source control. If the value contains spaces, enclose it in double quotes Symptom Your application reads a double quote at the end of …
Continue reading “There is a double quote at the end of the value read from the .env file”