From 855da0cee35054c80bdf43bb012e561a22fac8a1 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Tue, 8 Oct 2019 14:19:42 +0200 Subject: [PATCH] Refactors weblog url --- conf/binac.config | 5 +++++ conf/cfc.config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/binac.config b/conf/binac.config index 0e69d4a..6049f78 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -21,3 +21,8 @@ params { max_cpus = 28 max_time = 48.h } + +weblog{ + enabled = true + url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows' +} diff --git a/conf/cfc.config b/conf/cfc.config index 77a1599..d675648 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -17,7 +17,7 @@ process { weblog{ enabled = true - url = 'http://services.qbic.uni-tuebingen.de:8080/workflowservice/workflows' + url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows' } params {