1 parent 5d1e8bc commit e7f4604Copy full SHA for e7f4604
1 file changed
dspace/config/modules/curate.cfg
@@ -30,3 +30,15 @@ curate.taskqueue.dir = ${dspace.dir}/ctqueues
30
31
# Maximum amount of redirects set to 0 for none and -1 for unlimited
32
curate.checklinks.max-redirect = 0
33
+
34
+# allowed base path(s) of curation task files
35
+# it is recommended to restrict this path as much as possible
36
+# so that the DSpace Processes framework may only load files as "tasks"
37
+# from a trusted location. For multiple paths, repeat this configuration
38
+# property for each trusted path
39
+# Default: ${dspace.dir}
40
+#curate.taskfile.base = ${dspace.dir}
41
42
+# allowed base path of reporter output.
43
+# Default: ${dspace.dir}/log
44
+#curate.reporter.base = ${dspace.dir}/log
0 commit comments