mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Sends weblog messages over HTTPS
This commit is contained in:
parent
45e331f362
commit
dc3faf8a5f
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue