use relative path for default data dir

GitOrigin-RevId: a3d9e6583aba48b9814eea991460ffde7fe49984
This commit is contained in:
Ersun Warncke
2020-05-14 08:34:41 -04:00
committed by Copybot
parent 13441d1590
commit e9d199a0cf

View File

@@ -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
# -------------------