mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed config to work with s3 correctly
This commit is contained in:
parent
ddf4692f0d
commit
32bf64236b
1 changed files with 2 additions and 5 deletions
|
@ -10,11 +10,8 @@ module.exports =
|
|||
mongo:
|
||||
url: 'mongodb://127.0.0.1/sharelatex'
|
||||
|
||||
#filestore:
|
||||
# backend: "s3"
|
||||
# stores:
|
||||
# user_files: ""
|
||||
#docstore:
|
||||
# s3:
|
||||
# key: ""
|
||||
# secret: ""
|
||||
# fail: false
|
||||
# bucket: "something"
|
||||
|
|
Loading…
Reference in a new issue