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