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 6
6
applicationName = Common Workflow Language Viewer
7
7
applicationURL = https://view.commonwl.org
8
8
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}
11
11
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}
14
14
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}
17
17
18
18
# How long to cache workflows in days before checking for changes via Github
19
19
cacheDays = 1
You can’t perform that action at this time.
0 commit comments