Config is a 'background' module providing developers and extensions an easy way of saving configuration settings in a existing SugarCRM database tabls. Storing variables in a database has some advantages over storing in configuration files, such as difficulty in handling existing code in config_override.php and SugarCRM's tendency to remove all unexpected code upon saving.