From 78c36ec2a6e1df956432ddf8fcb169a2f48b4568 Mon Sep 17 00:00:00 2001 From: Michael Weiser Date: Tue, 16 Apr 2019 11:51:09 +0000 Subject: 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. --- peekaboo.conf.sample | 12 ++++++------ 1 file 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 : -#[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 -- cgit v1.2.3