1<?php 2/** 3 * Default configuration for the tfslink plugin 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Thorsten.Klingert <Thorsten.Klingert@gmail.com> 7 */ 8$conf['debug'] = 1; 9$conf['defaultCollection'] = array 10 ( 11 'baseUrl' => 'http://your.tfs.service/tfs', 12 'name' => 'DefaultCollection', 13 'guid' => 'insert guid of the project collection', 14 'title' => 'tfs', 15 'version' => 2013 16 ); 17$conf['showdefaultcollectiontitle'] = 1; 18$conf['collections'] = array(); 19$conf['linktarget'] = '_blank'; 20