1<?php
2/**
3 * Default settings for the autham plugin
4 *
5 * @author Mr_Fang <klxf@vip.qq.com>
6 */
7
8$conf['sql_host'] = 'localhost';
9$conf['sql_user'] = 'root';
10$conf['sql_pass'] = 'root';
11$conf['database'] = 'authme';
12$conf['table'] = 'authme';
13$conf['admin'] = 'Steve';
14
15