/**
  * Use another production URL
  */
 public static function switchProductionUrls()
 {
     self::$productionUrls = array_reverse(self::$productionUrls);
 }