From 4e4e2fe0f248593c6488341ac67335526a40acda Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 20 May 2019 09:26:41 +0200 Subject: [PATCH] Update template --- pipeline_template.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pipeline_template.toml b/pipeline_template.toml index 0a8aa51..77e1223 100644 --- a/pipeline_template.toml +++ b/pipeline_template.toml @@ -1,16 +1,17 @@ [VARIABLES] DETECTOR_ID = 43 -DAQ_LIGIER_IP = 192.168.0.110 +DAQ_LIGIER_IP = "192.168.0.110" DAQ_LIGIER_PORT = 5553 -DETECTOR_MANAGER_IP = 192.168.0.120 +DETECTOR_MANAGER_IP = "192.168.0.120" MONITORING_LIGIER_PORT = 55530 -LOGIO_IP = 127.0.0.1 +LOGIO_IP = "127.0.0.1" LOGIO_PORT = 28777 WEBSERVER_PORT = 8081 [WebServer] username = "km3net" password = "pyrosoma" +port = 8083 ######################################### # ahrs_calibration.py @@ -63,5 +64,5 @@ max_events = 5000 # the number of events to log min_dus = 1 ytick_distance = 25 # [m] -[] +[WhatIsThis] max_events = 20000 -- GitLab