configureProduction static method

void configureProduction()

Apply production configuration

Implementation

static void configureProduction() {
  applyEnvironment('prod');
}