$db_host = 'localhost'; // database server $db_login = 'user'; // database user $db_password = 'password'; // database password $db_database = 'concerto'; // database name // Important paths define('ROOT_DIR', '/var/www/'); // path for the Concerto installation define('ROOT_URL', '/'); // URL for the Concerto installation