mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 08:30:44 +00:00
update config file for changes s3 settings
This commit is contained in:
parent
7e6ea2793b
commit
b0d2e22c58
1 changed files with 4 additions and 4 deletions
|
@ -23,13 +23,13 @@ module.exports =
|
|||
port: 6379
|
||||
pass: ""
|
||||
|
||||
filestore:
|
||||
backend: "s3"
|
||||
stores:
|
||||
user_files: ""
|
||||
trackchanges:
|
||||
s3:
|
||||
key: ""
|
||||
secret: ""
|
||||
stores:
|
||||
doc_history: ""
|
||||
|
||||
|
||||
path:
|
||||
dumpFolder: Path.join(TMP_DIR, "dumpFolder")
|
||||
|
|
Loading…
Reference in a new issue