1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Sends weblog messages over HTTPS

This commit is contained in:
Sven Fillinger 2019-10-10 12:56:39 +02:00
parent 45e331f362
commit dc3faf8a5f
2 changed files with 2 additions and 2 deletions

View file

@ -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'
} }

View file

@ -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 {