]> git.pld-linux.org Git - packages/clickheat.git/commitdiff
- default config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Apr 2011 22:02:13 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config.php -> 1.1

config.php [new file with mode: 0644]

diff --git a/config.php b/config.php
new file mode 100644 (file)
index 0000000..73b5ff6
--- /dev/null
@@ -0,0 +1,46 @@
+<?php $clickheatConf = array (
+  'logPath' => '/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',
+);
This page took 0.120472 seconds and 4 git commands to generate.