xref: /plugin/authwordpress/conf/default.php (revision b5b72c15b7296ed857b04163c88e4eedc1100a3e)
1<?php
2/**
3 * Default settings for the authwordpress plugin
4 *
5 * @author Damien Regad <dregad@mantisbt.org>
6 */
7
8$conf['hostname'] = 'localhost';
9$conf['port']     = '';
10$conf['database'] = 'wordpress';
11$conf['username'] = 'USERNAME';
12$conf['password'] = 'PASSWORD';
13$conf['prefix']   = 'wp_';
14