1<?php
2/**
3 * Default settings for the authdrupal8 plugin
4 *
5 * @author jjancel <jjancel@dialoguesenhumanite.org>
6 */
7
8$conf['database'] = '';
9$conf['username'] = '';
10$conf['password'] = '';
11$conf['prefix'] = '';
12$conf['host'] = 'localhost';
13$conf['debug'] = 0;
14