<?php
/**
 * Default settings for the oauth plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$conf['facebook-key']    = '';
$conf['facebook-secret'] = '';
$conf['github-key']      = '';
$conf['github-secret']   = '';
$conf['google-key']      = '';
$conf['google-secret']   = '';
$conf['yahoo-key']       = '';
$conf['yahoo-secret']    = '';