.env.local.production

require('dotenv').config( path: '.env.local.production' )

The .env.local.production file would contain key-value pairs specific to your production environment that are not version-controlled. For instance: .env.local.production

Once upon a time in the land of Continuous Deployment, there lived a junior developer named require('dotenv')

Use this file for:

Below is a standard structure. Fill in the values specific to your project: .env.local.production