mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
use relative path for default data dir
GitOrigin-RevId: a3d9e6583aba48b9814eea991460ffde7fe49984
This commit is contained in:
@@ -451,8 +451,8 @@ module.exports = settings =
|
||||
# If we ever need to write something to disk (e.g. incoming requests
|
||||
# that need processing but may be too big for memory, then write
|
||||
# them to disk here).
|
||||
dumpFolder: "/data/dumpFolder"
|
||||
uploadFolder: "/data/uploads"
|
||||
dumpFolder: "./data/dumpFolder"
|
||||
uploadFolder: "./data/uploads"
|
||||
|
||||
# Automatic Snapshots
|
||||
# -------------------
|
||||
|
||||
Reference in New Issue
Block a user