overleaf/services/filestore/config/settings.development.coffee

27 lines
532 B
CoffeeScript
Raw Normal View History

2014-02-14 11:39:05 -05:00
module.exports =
internal:
filestore:
port: 3009
host: "localhost"
# which backend to use
# current options are:
# "s3" - Amazon S3
filestoreWrapper: "s3"
2014-02-14 11:39:05 -05:00
# ShareLaTeX stores binary files like images in S3.
# Fill in your Amazon S3 credentials below.
s3:
key: ''
secret: ''
buckets:
user_files: ""
template_files: ""
# Filestore health check
# ----------------------
# Project and file details to check in filestore when calling /health_check
# health_check:
# project_id: ""
# file_id: ""