1<?php 2/** 3 * Default settings for the oauthdoorkeeper plugin 4 * 5 * @author <> 6 */ 7 8$conf['baseurl'] = 'http://localhost:3000'; 9$conf['key'] = ''; 10$conf['secret'] = ''; 11 12