mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't set pdfDownloadDomain by default
This commit is contained in:
parent
02110064f7
commit
406bf1f5fc
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ module.exports = settings =
|
|||
# disablePerUserCompiles: true
|
||||
|
||||
# Domain the client (pdfjs) should download the compiled pdf from
|
||||
pdfDownloadDomain: "http://compiles.sharelatex.test:3014"
|
||||
# pdfDownloadDomain: "http://compiles.sharelatex.test:3014"
|
||||
|
||||
# Maximum size of text documents in the real-time editing system.
|
||||
max_doc_length: 2 * 1024 * 1024 # 2mb
|
||||
|
|
Loading…
Reference in a new issue