Handle templates locally ok

This commit is contained in:
James Allen 2014-11-27 11:08:29 +00:00
parent 72ad81887a
commit 9d97d1dc53
3 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@ test/unit/js/
test/acceptence/js
user_files/*
template_files/*
**.swp

View file

@ -21,6 +21,7 @@ module.exports =
# 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.
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
# s3:
# key: ""

View file