<?php
/**
 * Options for the redproject plugin
 */

$conf['redproject.url'] = 'http://redmine.com';       //Set url of your redmine server
$conf['redproject.API'] = '';
$conf['redproject.view'] = '2';

