const Environment = { Development: 'development', Staging: 'staging', // staging will be for testing purpose Production: 'production', Canary: 'canary', // Canary is production but for early adopter }; module.exports = Environment;