From c30c065d7123f006ca30f7fac167739afeac3ec0 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 25 Nov 2019 02:27:52 +0100
Subject: [PATCH] Update pipeline.conf template

---
 pipeline_template.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pipeline_template.conf b/pipeline_template.conf
index 0469da6..5936176 100644
--- a/pipeline_template.conf
+++ b/pipeline_template.conf
@@ -22,6 +22,7 @@ max_events = 5000
 min_dus = 3
 min_doms = 24
 ytick_distance = 25
+logbook = "Operations+FR"
 
 [CalibrateAHRS]
 time_range = 72
@@ -29,6 +30,9 @@ time_range = 72
 [LocalDBService]
 filename = "data/monitoring.sqlite3"
 
+[ELOGService]
+password = "swordfish"
+
 [Alerts]
 botname = "monitoring"
 password = "supersecretpassword"
-- 
GitLab