xref: /plugin/oauth/conf/default.php (revision 551dc73172957cdbba718580d83d3064ede09577)
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['google-']         = '';
15$conf['google-secret']   = '';
16$conf['yahoo-key']       = '';
17$conf['yahoo-secret']    = '';