mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Amend - improve documentation of settings
This commit is contained in:
parent
7feafccf31
commit
2da15f2eb3
1 changed files with 7 additions and 3 deletions
|
@ -25,12 +25,16 @@ module.exports =
|
|||
template_files: Path.resolve(__dirname + "/../template_files")
|
||||
# if you are using S3, then fill in your S3 details below
|
||||
# s3:
|
||||
# key: ""
|
||||
# secret: ""
|
||||
# key: "" # default
|
||||
# secret: "" # default
|
||||
# bucketname1: # secrets for bucketname1
|
||||
# auth_key: ""
|
||||
# auth_secret: ""
|
||||
# bucketname2: # secrets for bucketname2...
|
||||
|
||||
path:
|
||||
uploadFolder: Path.resolve(__dirname + "/../uploads")
|
||||
|
||||
|
||||
commands:
|
||||
# Any commands to wrap the convert utility in, for example ["nice"], or ["firejail", "--profile=/etc/firejail/convert.profile"]
|
||||
convertCommandPrefix: []
|
||||
|
|
Loading…
Reference in a new issue