1<?php
2/**
3 * Default settings for the acticketstest plugin
4 *
5 * @author Tobias Sarnowski <sarnowski@new-thoughts.org>
6 */
7
8$conf['actickets.url']    = '/activecollab';
9$conf['actickets.token']  = '<your ac api token>';
10$conf['actickets.hash']   = '#';
11