mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 06:13:34 -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")
|
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: "" # default
|
||||||
# secret: ""
|
# secret: "" # default
|
||||||
|
# bucketname1: # secrets for bucketname1
|
||||||
|
# auth_key: ""
|
||||||
|
# auth_secret: ""
|
||||||
|
# bucketname2: # secrets for bucketname2...
|
||||||
|
|
||||||
path:
|
path:
|
||||||
uploadFolder: Path.resolve(__dirname + "/../uploads")
|
uploadFolder: Path.resolve(__dirname + "/../uploads")
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# Any commands to wrap the convert utility in, for example ["nice"], or ["firejail", "--profile=/etc/firejail/convert.profile"]
|
# Any commands to wrap the convert utility in, for example ["nice"], or ["firejail", "--profile=/etc/firejail/convert.profile"]
|
||||||
convertCommandPrefix: []
|
convertCommandPrefix: []
|
||||||
|
|
Loading…
Reference in a new issue