Skip to Content
API ReferenceEnvironment Variables

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 .env

Warning: Never commit .env to version control. The .env.example file in the repository shows the structure but does not contain real values.

Last updated on