Adds filestoreBackend property to example settings

This commit is contained in:
Henry Oswald 2014-02-26 09:12:55 +00:00
parent a200046482
commit 2afc081549

View file

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