aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index 6f50aeb..f66723a 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -4,7 +4,7 @@
4$CONFIG['version'] = 5; 4$CONFIG['version'] = 5;
5 5
6# collectd's datadir 6# collectd's datadir
7$CONFIG['datadir'] = 'rrd'; 7$CONFIG['datadir'] = '../apt-panopticon/rrd';
8 8
9# location of the types.db file 9# location of the types.db file
10$CONFIG['typesdb'][] = 'conf/types.db'; 10$CONFIG['typesdb'][] = 'conf/types.db';