File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66applicationName = Common Workflow Language Viewer
77applicationURL = https://view.commonwl.org
88
9- # Path to a directory in which the RO Bundles will be stored
10- bundleStorage = /tmp
9+ # Path to a directory in which the RO Bundles will be stored, e.g. /tmp
10+ bundleStorage = ${java.io.tmpdir}
1111
12- # Path to a directory in which graphviz images will be stored
13- graphvizStorage = /tmp
12+ # Path to a directory in which graphviz images will be stored, e.g. /tmp
13+ graphvizStorage = ${java.io.tmpdir}
1414
15- # Path to a directory in which git repositories will be checked out into
16- gitStorage = /tmp
15+ # Path to a directory in which git repositories will be checked out into, e.g. /tmp
16+ gitStorage = ${java.io.tmpdir}
1717
1818# How long to cache workflows in days before checking for changes via Github
1919cacheDays = 1
You can’t perform that action at this time.
0 commit comments