|
@@ -21,6 +21,7 @@ module.exports =
|
|
|
# Must contain full path, e.g. "/var/lib/sharelatex/data".
|
|
# Must contain full path, e.g. "/var/lib/sharelatex/data".
|
|
|
# This path must exist, not be tmpfs and be writable to by the user sharelatex is run as.
|
|
# This path must exist, not be tmpfs and be writable to by the user sharelatex is run as.
|
|
|
user_files: Path.resolve(__dirname + "/../user_files")
|
|
user_files: Path.resolve(__dirname + "/../user_files")
|
|
|
|
|
+ template_files: Path.resolve(__dirname + "/../template_files")
|
|
|
# if you are using S3, then fill in your S3 details below
|
|
# if you are using S3, then fill in your S3 details below
|
|
|
# s3:
|
|
# s3:
|
|
|
# key: ""
|
|
# key: ""
|