{ "development": { "env": "development", "IP": "localhost", "PORT": "8080" // add all environment variables for your development server }, "production": { "env": "production", // add all environment variables for your production server } }