<?php
/**
 * Default settings for the authdrupal8 plugin
 *
 * @author jjancel <jjancel@dialoguesenhumanite.org>
 */

$conf['database']	= '';
$conf['username']	= '';
$conf['password']	= '';
$conf['prefix']		= '';
$conf['host']			= 'localhost';
$conf['debug']		= 0;
