Skip to content

Commit

Permalink
toggle filesharing
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Mar 4, 2025
1 parent 73f4c63 commit bf5971d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class FileSystemService {
@Autowired
private Path sharingRoot;

@Value("${enable_file_sharing:false}")
@Value("${enable_file_sharing:true}")
private boolean enableFileSharing;

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

0 comments on commit bf5971d

Please sign in to comment.