summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-04-16 11:51:09 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-04-16 11:51:09 +0000
commit78c36ec2a6e1df956432ddf8fcb169a2f48b4568 (patch)
treeb05c4f2c8fd1efecc582f1d9102ae09376ff9654
parent1cf035e8c99d3cb850096d545a926bc5ad9b8d76 (diff)
Activate config section headers by default
Avoid annoying misbehaviour and debugging by activating config section headers by default so the user can't forget to activate them together with the config option they actually want to activate.
-rw-r--r--peekaboo.conf.sample12
1 files changed, 6 insertions, 6 deletions
diff --git a/peekaboo.conf.sample b/peekaboo.conf.sample
index acccf58..4698db7 100644
--- a/peekaboo.conf.sample
+++ b/peekaboo.conf.sample
@@ -4,7 +4,7 @@
#
-#[global]
+[global]
#user : peekaboo
#group : peekaboo
#socket_file : /var/run/peekaboo/peekaboo.sock
@@ -29,14 +29,14 @@
#report_locale : <unset>
-#[ruleset]
+[ruleset]
#config : /opt/peekaboo/etc/ruleset.conf
#
# Logging configuration
#
-#[logging]
+[logging]
# log_level
# possible values: CRITICAL | ERROR | WARNING | INFO | DEBUG
#log_level : INFO
@@ -49,7 +49,7 @@
#
# Database configuration
#
-#[db]
+[db]
# SQLite
#url : sqlite:////var/lib/peekaboo/peekaboo.db
# MySQL (recommended)
@@ -65,7 +65,7 @@
#
# Cuckoo specific settings
#
-#[cuckoo]
+[cuckoo]
# mode has two options:
# embed : for legacy embeded mode
# api : to access cuckoo via the REST api
@@ -80,7 +80,7 @@
#url : http://127.0.0.1:8090
#poll_interval : 5
-#[cluster]
+[cluster]
# if multiple instances are to run in parallel and avoid concurrent analysis of
# the same sample, set instance_id to a nonzero positive unique integer value
# on each instance and use the same networked DBMS instance (MySQL or