.env.local.production

🔐 Best practice: Use .env.production.local only for overrides or during local debugging. For real production secrets, use cloud secret stores or CI/CD environment variables.

Notice the last one: . This is the species to which .env.local.production belongs. They are essentially the same file with the words rearranged, though different frameworks prefer different patterns. .env.local.production