1<?php
2/**
3 * DokuWiki plugin for Hubspot
4 *
5 * Default values for the hubspot plugin configuration fields in admin area
6 *
7 * @license GPLv3 (http://www.gnu.org/licenses/gpl.html)
8 * @author  Pieter van Os (info@pkservices.nl)
9 */
10$conf['track_admin_user'] = 0;
11$conf['track_user'] = 1;
12$conf['js_tracking_code'] = '';
13