xref: /plugin/statistics/conf/default.php (revision a8acb244f011a1b8bd9a22373e14f2819297c46f)
1<?php
2
3/**
4 * @author Andreas Gohr <andi@splitbrain.org>
5 */
6
7$conf['db_server']   = 'localhost';
8$conf['db_user']     = '';
9$conf['db_password'] = '';
10$conf['db_database'] = 'stats';
11$conf['db_prefix']   = 'stats_';
12$conf['loggroups']   = array();
13