<?php
/**
 * Default settings for the authnc plugin.
 *
 * @author Henrik Jürges <h.juerges@cobios.de>
 */

$conf['server']   = 'https://cloud.example.com';
$conf['port']     = '443';
$conf['ocs-path'] = '/ocs/v1.php/cloud/';
