Skip to content
Snippets Groups Projects
Commit 4e4e2fe0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update template

parent b03ab467
Branches
No related tags found
No related merge requests found
[VARIABLES] [VARIABLES]
DETECTOR_ID = 43 DETECTOR_ID = 43
DAQ_LIGIER_IP = 192.168.0.110 DAQ_LIGIER_IP = "192.168.0.110"
DAQ_LIGIER_PORT = 5553 DAQ_LIGIER_PORT = 5553
DETECTOR_MANAGER_IP = 192.168.0.120 DETECTOR_MANAGER_IP = "192.168.0.120"
MONITORING_LIGIER_PORT = 55530 MONITORING_LIGIER_PORT = 55530
LOGIO_IP = 127.0.0.1 LOGIO_IP = "127.0.0.1"
LOGIO_PORT = 28777 LOGIO_PORT = 28777
WEBSERVER_PORT = 8081 WEBSERVER_PORT = 8081
[WebServer] [WebServer]
username = "km3net" username = "km3net"
password = "pyrosoma" password = "pyrosoma"
port = 8083
######################################### #########################################
# ahrs_calibration.py # ahrs_calibration.py
...@@ -63,5 +64,5 @@ max_events = 5000 # the number of events to log ...@@ -63,5 +64,5 @@ max_events = 5000 # the number of events to log
min_dus = 1 min_dus = 1
ytick_distance = 25 # [m] ytick_distance = 25 # [m]
[] [WhatIsThis]
max_events = 20000 max_events = 20000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment