1 <?php 2 3 $conf['namespaces'] = ''; 4 $conf['notify_create'] = 1; 5 $conf['notify_edit'] = 1; 6 $conf['notify_edit_minor'] = 1; 7 $conf['notify_delete'] = 1; 8 $conf['show_summary'] = 1; 9 $conf['webhook'] = 'https://hooks.slack.com/services/<token>'; 10