mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
21 lines
439 B
CoffeeScript
21 lines
439 B
CoffeeScript
module.exports =
|
|
internal:
|
|
filestore:
|
|
port: 3009
|
|
host: "localhost"
|
|
|
|
# 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: ""
|