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 843972fa4SAndreas Gohr$conf['facebook-key'] = ''; 943972fa4SAndreas Gohr$conf['facebook-secret'] = ''; 1043972fa4SAndreas Gohr$conf['github-key'] = ''; 1143972fa4SAndreas Gohr$conf['github-secret'] = ''; 1243972fa4SAndreas Gohr$conf['google-key'] = ''; 1343972fa4SAndreas Gohr$conf['google-secret'] = ''; 14551dc731SAndreas Gohr$conf['yahoo-key'] = ''; 15551dc731SAndreas Gohr$conf['yahoo-secret'] = ''; 163b2654aaSAndreas Gohr$conf['doorkeeper-key'] = ''; 173b2654aaSAndreas Gohr$conf['doorkeeper-secret'] = ''; 183b2654aaSAndreas Gohr$conf['doorkeeper-authurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/authorize'; 193b2654aaSAndreas Gohr$conf['doorkeeper-tokenurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/token'; 20*5b21b630SMichael Große$conf['mailRestriction'] = ''; 214304ef94SMichael Große$conf['singleService'] = ''; 22