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