xref: /plugin/oauth/conf/default.php (revision 33f0738689afef2e32121ea4ad2c01ce8302a11d)
1<?php
2/**
3 * Default settings for the oauth plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$conf['info'] = '';
9$conf['custom-redirectURI']  = '';
10$conf['mailRestriction']     = '';
11$conf['singleService']       = '';
12$conf['register-on-auth']    = 0;
13$conf['overwrite-groups']    = 0;
14