.env.sample (2025)

Example .env.sample

For non-secret values, provide a sensible default that works out of the box. Example: PORT=3000 or LOG_LEVEL=info . .env.sample

: Use obvious dummy data (e.g., your_api_key_here ) instead of real credentials. Example