<?php
/**
 * Default settings for the jirainfo plugin
 *
 */

$conf['apiUser'] = '';
$conf['apiPass'] = '';
$conf['apiUrl']  = 'http://your-jira-url/rest/api/latest/';
$conf['popoverTrigger']    = 'click';
$conf['popoverPlacement']  = 'top';
$conf['popoverAnimation']  = 'pop';
$conf['taskHideField']    = '';
