diff --git a/idf.php b/idf.php index 4ce9b88..064bdf3 100644 --- a/idf.php +++ b/idf.php @@ -202,18 +202,18 @@ $cfg['admins'] = array( # # Enter one of the supported database engines: SQLite, MySQL, or PostgreSQL -$cfg['db_engine'] = 'SQLite'; +$cfg['db_engine'] = 'MySQL'; # The database name for MySQL and PostgreSQL, and the absolute path # to the database file if you are using SQLite. -$cfg['db_database'] = '/home/www/srchub.sqlite'; +$cfg['db_database'] = 'indefero'; # The database server to connect. $cfg['db_server'] = 'localhost'; # Information about the database user. $cfg['db_login'] = 'root'; -$cfg['db_password'] = ''; +$cfg['db_password'] = 'giantFog56'; # The version of your database server, only needed for MySQL $cfg['db_version'] = '5.1';