1<?php
2
3/**
4 * Default settings for the twofactoryubiauth plugin
5 * @author Christian Harders <c.harders97@gmail.com>
6 */
7
8$conf['enable'] = 0;
9$conf["validationServer"] = 'https://api.yubico.com/wsapi/2.0/verify';
10$conf["clientID"] = 87;
11$conf["clientSecret"] = '';
12