xref: /plugin/oauth/conf/default.php (revision 43972fa4a3811536af6c25daf8a3992129e2fcc1)
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