1<?php
2/**
3 * Options for the redproject plugin
4 */
5
6$conf['redproject.url'] = 'http://redmine.com';       //Set url of your redmine server
7$conf['redproject.API'] = '';
8$conf['redproject.view'] = '2';
9
10