2014-02-14 11:39:05 -05:00
|
|
|
module.exports =
|
|
|
|
internal:
|
|
|
|
filestore:
|
|
|
|
port: 3009
|
|
|
|
host: "localhost"
|
|
|
|
|
2014-02-25 11:38:13 -05:00
|
|
|
# which persistor to use for file storage
|
2014-02-25 04:10:22 -05:00
|
|
|
# current options are:
|
|
|
|
# "s3" - Amazon S3
|
2014-02-26 10:15:03 -05:00
|
|
|
# "fs" - local filesystem
|
2014-02-25 11:38:13 -05:00
|
|
|
# if no persistor is chosen, s3 will be used by default
|
2014-02-26 06:49:15 -05:00
|
|
|
filestoreBackend: "s3"
|
2014-02-25 04:10:22 -05:00
|
|
|
|
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
|
|
|
|
# ----------------------
|
2014-02-25 11:38:13 -05:00
|
|
|
# Project and file details to check in persistor when calling /health_check
|
2014-02-14 11:39:05 -05:00
|
|
|
# health_check:
|
|
|
|
# project_id: ""
|
|
|
|
# file_id: ""
|