From: Elan Ruusamäe Date: Tue, 19 Apr 2011 22:02:13 +0000 (+0000) Subject: - default config X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=486891b8ef08a368b595d22add3d7f106a6b310c;p=packages%2Fclickheat.git - default config Changed files: config.php -> 1.1 --- diff --git a/config.php b/config.php new file mode 100644 index 0000000..73b5ff6 --- /dev/null +++ b/config.php @@ -0,0 +1,46 @@ + '/var/log/clickheat/', + 'cachePath' => '/var/cache/clickheat/', + 'referers' => false, + 'groups' => false, + 'filesize' => 0, + 'adminLogin' => 'clickheat', + 'adminPass' => md5('clickheat'), // default password, be sure to change it at first setup + 'viewerLogin' => '', + 'viewerPass' => '', + 'memory' => 256, + 'step' => 5, + 'dot' => 19, + 'flush' => 40, + 'start' => 'm', + 'palette' => false, + 'heatmap' => true, + 'hideIframes' => true, + 'hideFlashes' => true, + 'yesterday' => false, + 'alpha' => 80, + '__screenSizes' => + array ( + 0 => 0, + 1 => 240, + 2 => 640, + 3 => 800, + 4 => 1024, + 5 => 1152, + 6 => 1280, + 7 => 1440, + 8 => 1600, + 9 => 1800, + ), + '__browsersList' => + array ( + 'all' => '', + 'msie' => 'Internet Explorer', + 'firefox' => 'Firefox', + 'chrome' => 'Chrome', + 'safari' => 'Safari', + 'opera' => 'Opera', + 'unknown' => '', + ), + 'version' => '1.12', +);