<?php
/**
 * Default settings for the autham plugin
 *
 * @author Mr_Fang <klxf@vip.qq.com>
 */

$conf['sql_host'] = 'localhost';
$conf['sql_user'] = 'root';
$conf['sql_pass'] = 'root';
$conf['database'] = 'authme';
$conf['table']    = 'authme';
$conf['admin']    = 'Steve';

