1<?php 2/** 3 * Default settings for the etherpadlite plugin 4 * 5 * @author Michael Braun <michael-dev@fami-braun.de> 6 */ 7 8$conf['etherpadlite_url'] = 'https://video.etherpad.com'; 9$conf['etherpadlite_apikey'] = 'EtherpadFTW'; 10$conf['etherpadlite_group'] = 'mydokuwiki'; 11$conf['etherpadlite_domain'] = ''; 12$conf['etherpadlite_urlargs'] = ''; 13