mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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>
This commit is contained in:
parent
cff06473ce
commit
41c2f08288
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ settings =
|
|||
compilesDir: Path.join(DATA_DIR, "compiles")
|
||||
# Where to cache downloaded URLs for the CLSI
|
||||
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
|
||||
# -------------
|
||||
|
|
Loading…
Reference in a new issue