From 8f1251abd7b8a1222f120ddc353bd1a42030b0ef Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Tue, 27 Aug 2019 10:53:31 +0200
Subject: [PATCH] xcal server-port

---
 reportservice/report_conf.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/reportservice/report_conf.yaml b/reportservice/report_conf.yaml
index c95817ba9..4e4ddbabe 100644
--- a/reportservice/report_conf.yaml
+++ b/reportservice/report_conf.yaml
@@ -3,14 +3,13 @@ GLOBAL:
         figures-local: "/gpfs/exfel/data/scratch/ahmedk/calibration/DetectorCharacterization/figures"
         repo-local: "/gpfs/exfel/data/scratch/ahmedk/calibration/DetectorCharacterization/"
         figures-remote: "http://git@git.xfel.eu/gitlab/detectors/DetectorCharacterization.git"
-    server-port: "tcp://max-exfl015:5556"
+    server-port: "tcp://max-exfl016:5566"
 
     run-on:
         - Monday 08:30:00 UTC
-        - Friday 10:33:00 UTC
 
     report-service:
-        port: 5556
+        port: 5566
         bind-to: tcp://*
         allowed-ips:
         job-db: ./reportservice_jobs.sqlite
-- 
GitLab