Manually override a config value.
operator []=(String key, String value) { _overridden[key] = value; }