mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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:
|
buckets:
|
||||||
# The S3 bucket name to store binary files in
|
# The S3 bucket name to store binary files in
|
||||||
user_files: ""
|
user_files: ""
|
||||||
|
|
||||||
|
# Tell the filestore api to use s3 to persist files, in future more backends can be added
|
||||||
|
filestoreBackend: "s3"
|
||||||
|
|
||||||
# Databases
|
# Databases
|
||||||
# ---------
|
# ---------
|
||||||
|
|
Loading…
Reference in a new issue