<?php
/**
 * Default settings for the oauthdoorkeeper plugin
 *
 * @author  <>
 */

$conf['baseurl'] = 'http://localhost:3000';
$conf['key'] = '';
$conf['secret'] = '';

