Skip to content

Commit

Permalink
change empty strings in config to null
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Aug 31, 2018
1 parent 62068fc commit 8d0ad03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions synorchestrator/config.yaml
@@ -1,25 +1,25 @@
queues:
queue_1:
trs_id: ''
version_id: develop
trs_id: null
version_id: null
wes_default: local
wes_opts:
- local
workflow_attachments:
- file://tests/testdata/md5sum.input
- file://tests/testdata/dockstore-tool-md5sum.cwl
workflow_id: ''
workflow_id: null
workflow_type: CWL
workflow_url: file://tests/testdata/md5sum.cwl
toolregistries:
dockstore:
auth: ''
auth_type: ''
auth: null
auth_type: null
host: dockstore.org:8443
proto: https
workflowservices:
local:
auth: ''
auth_type: ''
auth: null
auth_type: null
host: 0.0.0.0:8080
proto: http

0 comments on commit 8d0ad03

Please sign in to comment.