xref: /plugin/oauth/conf/default.php (revision 9683193ccf4293ddedb08544d94f891911b98b7a)
180852c15SAndreas Gohr<?php
280852c15SAndreas Gohr/**
380852c15SAndreas Gohr * Default settings for the oauth plugin
480852c15SAndreas Gohr *
580852c15SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
680852c15SAndreas Gohr */
780852c15SAndreas Gohr
8*9683193cSMichael Große$conf['custom-redirectURI']  = '';
943972fa4SAndreas Gohr$conf['facebook-key']        = '';
1043972fa4SAndreas Gohr$conf['facebook-secret']     = '';
1143972fa4SAndreas Gohr$conf['github-key']          = '';
1243972fa4SAndreas Gohr$conf['github-secret']       = '';
1343972fa4SAndreas Gohr$conf['google-key']          = '';
1443972fa4SAndreas Gohr$conf['google-secret']       = '';
15551dc731SAndreas Gohr$conf['yahoo-key']           = '';
16551dc731SAndreas Gohr$conf['yahoo-secret']        = '';
173b2654aaSAndreas Gohr$conf['doorkeeper-key']      = '';
183b2654aaSAndreas Gohr$conf['doorkeeper-secret']   = '';
193b2654aaSAndreas Gohr$conf['doorkeeper-authurl']  = 'https://doorkeeper-provider.herokuapp.com/oauth/authorize';
203b2654aaSAndreas Gohr$conf['doorkeeper-tokenurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/token';
215b21b630SMichael Große$conf['mailRestriction']     = '';
224304ef94SMichael Große$conf['singleService']       = '';
23