def set_to_default(self): """ Overwrite the configuration with the default configuration. """ self._config = yaml.safe_load(self.default())