$conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
$conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
$conf['settings']['database']['type'] = 'mysql';
$conf['settings']['database']['type'] = 'mysql';
−
$conf['settings']['database']['user'] = 'booked_user'; // database user with permission to the booked database $conf['settings']['database']['password'] = 'verysecretpass'; $conf['settings']['database']['hostspec'] = 'localhost'; // ip, dns or named pipe $conf['settings']['database']['name'] = 'booked';