module.exports = internal: filestore: port: 3009 host: "localhost" # which persistor to use for file storage # current options are: # "s3" - Amazon S3 # if no persistor is chosen, s3 will be used by default filestoreBackend: "s3" # 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 persistor when calling /health_check # health_check: # project_id: "" # file_id: ""