Burton will need to be able to set config settings, so such a method should exist. ``` def set_config(name, value, overrideExtant=False): global config_filename ... return True ```