1 <?php
2 /**
3  * Options for the redissue plugin
4  */
5 
6 $conf['redissue.url']   = 'http://redmine.com';       //Set url of your redmine server
7 $conf['redissue.img']   = '';
8 $conf['redissue.boostrap-themes'] = 'bootstrap3';
9 $conf['redissue.API']   = '';
10 $conf['redissue.view']  = '2';
11 $conf['redissue.short'] = '0';
12