<?php
/**
 * Default settings for the authjoomla plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$conf['debug'] = 0;
$conf['dsn'] = '';
$conf['user'] = '';
$conf['pass'] = '';
$conf['tableprefix'] = 'joomla_';
$conf['cookiename'] = '';
