1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Merge pull request #70 from sven1103/master

Sends weblog messages over HTTPS
This commit is contained in:
Alexander Peltzer 2019-10-10 13:30:21 +02:00 committed by GitHub
commit efa402010a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,5 +24,5 @@ params {
weblog{
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{
enabled = true
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
}
params {