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*69d9f829SGerman Lena$conf['auth0-key'] = ''; 9*69d9f829SGerman Lena$conf['auth0-secret'] = ''; 10*69d9f829SGerman Lena$conf['auth0-domain'] = ''; 119683193cSMichael Große$conf['custom-redirectURI'] = ''; 1243972fa4SAndreas Gohr$conf['facebook-key'] = ''; 1343972fa4SAndreas Gohr$conf['facebook-secret'] = ''; 1443972fa4SAndreas Gohr$conf['github-key'] = ''; 1543972fa4SAndreas Gohr$conf['github-secret'] = ''; 1643972fa4SAndreas Gohr$conf['google-key'] = ''; 1743972fa4SAndreas Gohr$conf['google-secret'] = ''; 18551dc731SAndreas Gohr$conf['yahoo-key'] = ''; 19551dc731SAndreas Gohr$conf['yahoo-secret'] = ''; 203b2654aaSAndreas Gohr$conf['doorkeeper-key'] = ''; 213b2654aaSAndreas Gohr$conf['doorkeeper-secret'] = ''; 223b2654aaSAndreas Gohr$conf['doorkeeper-authurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/authorize'; 233b2654aaSAndreas Gohr$conf['doorkeeper-tokenurl'] = 'https://doorkeeper-provider.herokuapp.com/oauth/token'; 245b21b630SMichael Große$conf['mailRestriction'] = ''; 254304ef94SMichael Große$conf['singleService'] = ''; 26