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