1<?php 2/** 3 * Default settings for the youtrack plugin 4 * 5 * @author Anika Henke <anika@zopa.com> 6 */ 7 8$conf['url'] = 'http://localhost:8080/'; 9$conf['user'] = ''; 10$conf['password'] = ''; 11$conf['date_format'] = 'd/m/Y'; 12