What does config.php file contain
Few of us are always curious about what information does the config.php contain. This file is created during installation process. The configuration file contains the following information about the -
Available date formats in sugarcrm
Database configuration information contains the following
array (
‘db_host_name’ => ‘database host’,
‘db_user_name’ => ‘database user name’,
‘db_password’ => ‘database user password’,
‘db_name’ => ‘database name’,
‘db_type’ => ‘database type’,
),
Default information like currency name, symbol, date format, language, module, theme etc. you can also change the default values.
Different time formats installation
and different file extensions
