mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Adds filestoreBackend property to example settings
This commit is contained in:
parent
a200046482
commit
2afc081549
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ module.exports =
|
|||
buckets:
|
||||
# The S3 bucket name to store binary files in
|
||||
user_files: ""
|
||||
|
||||
# Tell the filestore api to use s3 to persist files, in future more backends can be added
|
||||
filestoreBackend: "s3"
|
||||
|
||||
# Databases
|
||||
# ---------
|
||||
|
|
Loading…
Reference in a new issue