1 <?php
2 /**
3 * Default settings for the sqlquery plugin
4 *
5 * @author George Pirogov <i1557@yandex.ru>
6 */
7
8 //$conf['fixme'] = 'FIXME';
9
10 $conf['Host'] = 'localhost';
11 $conf['DB'] = '';
12 $conf['user'] = '';
13 $conf['password'] = '';
14