.env.development

file is a plain-text configuration file used by developers to store environment variables

7. Common pitfalls

# General Settings NODE_ENV=development PORT=3000 .env.development

Benefits of using .env.development