1<?php
2/**
3 * Default settings for the jirainfo plugin
4 *
5 */
6
7$conf['apiUser'] = '';
8$conf['apiPass'] = '';
9$conf['apiUrl']  = 'http://your-jira-url/rest/api/latest/';
10$conf['popoverTrigger']    = 'click';
11$conf['popoverPlacement']  = 'top';
12$conf['popoverAnimation']  = 'pop';
13$conf['taskHideField']    = '';
14