mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Refactors weblog url
This commit is contained in:
parent
ed8c9d9e7a
commit
855da0cee3
2 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||||
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue