/**
  * Load the default settings from a path to a YAML file 
  *
  * @param string the path to the YAML
  */
 public static function load($path)
 {
     self::$settings_list = new BedrockYAML($path);
 }