is_production_environment: Detect if running in production/deployment environment
Description
Detect if running in production/deployment environment
Usage
is_production_environment()
Value
Logical. TRUE if in production, FALSE if local development
Details
Default is FALSE (development mode) when DEPLOYMENT_ENV is not set