1<?php 2/** 3 * Credentials for the HipChat plugin 4 * 5 * @author Jeremy Ebler <jebler@gmail.com> 6 */ 7 8 $conf['hipchat_token'] = "<token>"; 9 $conf['hipchat_room'] = "<room-name>"; 10 $conf['hipchat_name'] = "Wiki"; 11