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'] = ''; 14*551dc731SAndreas Gohr$conf['google-'] = ''; 15*551dc731SAndreas Gohr$conf['google-secret'] = ''; 16*551dc731SAndreas Gohr$conf['yahoo-key'] = ''; 17*551dc731SAndreas Gohr$conf['yahoo-secret'] = '';