production property
Specifies the Production environment.
The production environment should be configured to maximize security, performance, and application robustness.
Implementation
static String production = 'Production';
Specifies the Production environment.
The production environment should be configured to maximize security, performance, and application robustness.
static String production = 'Production';