diff --git a/pipeline_template.toml b/pipeline_template.toml
index 0a8aa516382a36309bee6ad78ce4f275c8029eef..77e122321be6e579541d686e4b5afa70f004268f 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