1<?php
2/**
3 * Default settings for the authjoomla plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$conf['debug'] = 0;
9$conf['dsn'] = '';
10$conf['user'] = '';
11$conf['pass'] = '';
12$conf['tableprefix'] = 'joomla_';
13$conf['cookiename'] = '';
14