xref: /plugin/oauth/conf/default.php (revision 82e1aa1916a0617a439c1e9417d12430d7b443ae)
1<?php
2/**
3 * Default settings for the oauth plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$conf['facebook-key']    = '';
9$conf['facebook-secret'] = '';
10$conf['github-key']      = '';
11$conf['github-secret']   = '';
12$conf['google-key']      = '';
13$conf['google-secret']   = '';
14$conf['yahoo-key']       = '';
15$conf['yahoo-secret']    = '';