1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Refactors weblog url

This commit is contained in:
Sven Fillinger 2019-10-08 14:19:42 +02:00
parent ed8c9d9e7a
commit 855da0cee3
2 changed files with 6 additions and 1 deletions

View file

@ -21,3 +21,8 @@ params {
max_cpus = 28 max_cpus = 28
max_time = 48.h max_time = 48.h
} }
weblog{
enabled = true
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
}

View file

@ -17,7 +17,7 @@ process {
weblog{ weblog{
enabled = true enabled = true
url = 'http://services.qbic.uni-tuebingen.de:8080/workflowservice/workflows' url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
} }
params { params {