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