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