mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Handle templates locally ok
This commit is contained in:
parent
72ad81887a
commit
9d97d1dc53
3 changed files with 2 additions and 0 deletions
1
services/filestore/.gitignore
vendored
1
services/filestore/.gitignore
vendored
|
@ -56,6 +56,7 @@ test/unit/js/
|
||||||
test/acceptence/js
|
test/acceptence/js
|
||||||
|
|
||||||
user_files/*
|
user_files/*
|
||||||
|
template_files/*
|
||||||
|
|
||||||
**.swp
|
**.swp
|
||||||
|
|
||||||
|
|
|
@ -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: ""
|
||||||
|
|
0
services/filestore/template_files/.gitignore
vendored
Normal file
0
services/filestore/template_files/.gitignore
vendored
Normal file
Loading…
Reference in a new issue