mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 07:21:28 +00:00
pass tmp path as env var
This commit is contained in:
parent
7893ace13f
commit
8d8319460e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
Path = require('path')
|
||||
TMP_DIR = Path.resolve(Path.join(__dirname, "../../", "tmp"))
|
||||
TMP_DIR = process.env["TMP_PATH"] or Path.resolve(Path.join(__dirname, "../../", "tmp"))
|
||||
|
||||
module.exports =
|
||||
mongo:
|
||||
|
|
Loading…
Reference in a new issue