# Slack integration require_once "$IP/extensions/Slack/Slack.php"; # Slack extension configuration options $wgSlackWebhookURL = "https://hooks.slack.com/services/some-webhook-url" $wgSlackUserName = "batman"; $wgSlackChannel = "#recent-changes"; $wgSlackIconURL = "http://i.picresize.com/images/2015/09/20/tdpsU.jpg"; $wgSlackLinkUsers = true; # Redis $redis = new Redis(); $redis->pconnect('127.0.0.1');