1<?php
2/**
3 * Default settings for the authnc plugin.
4 *
5 * @author Henrik Jürges <h.juerges@cobios.de>
6 */
7
8$conf['server']   = 'https://cloud.example.com';
9$conf['port']     = '443';
10$conf['ocs-path'] = '/ocs/v1.php/cloud/';
11