Critical Environment Variables
To configure your environment variables, copy the .env.example file to .env and update the credentials to your real values.
cp .env.example .envWarning: Never commit
.envto version control. The.env.examplefile in the repository shows the structure but does not contain real values.
Last updated on