From 63edc889bc8e3377397a5a6229e90a8295fe2692 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 27 Jun 2019 13:24:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f004005..1f5abeb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ different kind of parameters, like plot attributes or ranges. Here is an example `pipeline.toml`: ``` +[WebServer] +username = "km3net" +password = "swordfish" + [DOMRates] lowest_rate = 150 # [kHz] highest_rate = 350 # [kHz] -- GitLab