xref: /plugin/oauth/conf/default.php (revision 5b21b630cdbb24599792c6044e9d8d60284d2624)
1<?php
2/**
3 * Default settings for the oauth plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$conf['facebook-key']        = '';
9$conf['facebook-secret']     = '';
10$conf['github-key']          = '';
11$conf['github-secret']       = '';
12$conf['google-key']          = '';
13$conf['google-secret']       = '';
14$conf['yahoo-key']           = '';
15$conf['yahoo-secret']        = '';
16$conf['doorkeeper-key']      = '';
17$conf['doorkeeper-secret']   = '';
18$conf['doorkeeper-authurl']  = 'https://doorkeeper-provider.herokuapp.com/oauth/authorize';
19$conf['doorkeeper-tokenurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/token';
20$conf['mailRestriction']     = '';
21$conf['singleService']       = '';
22