Skip to content

Commit bf5971d

Browse files
author
Luke Sikina
committed
toggle filesharing
1 parent 73f4c63 commit bf5971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/java/edu/harvard/hms/dbmi/avillach/hpds/service/filesharing/FileSystemService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class FileSystemService {
2424
@Autowired
2525
private Path sharingRoot;
2626

27-
@Value("${enable_file_sharing:false}")
27+
@Value("${enable_file_sharing:true}")
2828
private boolean enableFileSharing;
2929

3030
public boolean writeResultToFile(String fileName, AsyncResult result, String id) {

0 commit comments

Comments
 (0)