<?php
/**
 * Default settings for the coinhive plugin
 * @author Vidschofelix <vidschofelix@gmx.com>
 */

$conf['ch-enable'] = 1;
$conf['ch-onmobile'] = 0;
$conf['ch-nooptin-url'] = 'https://coinhive.com/lib/coinhive.min.js';
$conf['ch-optin-url'] = 'https://authedmine.com/lib/authedmine.min.js';
$conf['ch-key'] = 'b8tRk4ALlyZ4PLc1DO8q8XlYZ7jkBEQD';
$conf['ch-appearance'] = 'Combined';
$conf['ch-threads'] = 'auto';
$conf['ch-autothreads'] = false;
$conf['ch-throttle'] = 60;
$conf['ch-optInAgain'] = 240;
$conf['ch-forceASMJS'] = false;
$conf['ch-theme'] = 'light';
$conf['ch-language'] = 'auto';
$conf['ch-mode'] = 'IF_EXCLUSIVE_TAB';
$conf['ch-support'] = true;