<?php
/**
 * Default settings for the etherpadlite plugin
 *
 * @author Michael Braun <michael-dev@fami-braun.de>
 */

$conf['etherpadlite_url']    = 'https://video.etherpad.com';
$conf['etherpadlite_apikey'] = 'EtherpadFTW';
$conf['etherpadlite_group']  = 'mydokuwiki';
$conf['etherpadlite_domain'] = '';
$conf['etherpadlite_urlargs'] = '';
