production property

String production
getter/setter pair

Specifies the Production environment.

The production environment should be configured to maximize security, performance, and application robustness.

Implementation

static String production = 'Production';