← All code files

.env.example

Template of environment variables — commit this, never the real .env.

# Copy to .env and fill in real values. Never commit .env.
NODE_ENV=development
PORT=3000
DATABASE_URL=postgres://user:password@localhost:5432/dbname
REDIS_URL=redis://localhost:6379
JWT_SECRET=change-me
API_KEY=

About this tool

Template of environment variables — commit this, never the real .env.

Ready-to-use .env.example — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.