Browse Source

Add the new `outputDir` setting for CLSI (#862)

Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
Shane Kilkelly 5 năm trước cách đây
mục cha
commit
41c2f08288
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      server-ce/settings.coffee

+ 2 - 0
server-ce/settings.coffee

@@ -148,6 +148,8 @@ settings =
 		compilesDir:  Path.join(DATA_DIR, "compiles")
 		compilesDir:  Path.join(DATA_DIR, "compiles")
 		# Where to cache downloaded URLs for the CLSI
 		# Where to cache downloaded URLs for the CLSI
 		clsiCacheDir: Path.join(DATA_DIR, "cache")
 		clsiCacheDir: Path.join(DATA_DIR, "cache")
+		# Where to write the output files to disk after running LaTeX
+		outputDir:  Path.join(DATA_DIR, "output")
 
 
 	# Server Config
 	# Server Config
 	# -------------
 	# -------------