mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #70 from sven1103/master
Sends weblog messages over HTTPS
This commit is contained in:
commit
efa402010a
2 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ params {
|
||||||
|
|
||||||
weblog{
|
weblog{
|
||||||
enabled = true
|
enabled = true
|
||||||
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
|
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ process {
|
||||||
|
|
||||||
weblog{
|
weblog{
|
||||||
enabled = true
|
enabled = true
|
||||||
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
|
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue