xref: /plugin/authwordpress/conf/default.php (revision 6583c63d5a88fe8d535568a96454b60a9c625693)
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