// 110SQL
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'horde';
{
    $horderec = $DB->get('horde');
    $horde_pw = $horderec->prop('DbPassword') || 'horde';
    return '';
}
$conf['sql']['password'] = '{$horde_pw}';
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'mysql';
