mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
added 'OPTIMISE_PDF' environment variable
This commit is contained in:
parent
a4027b4fc4
commit
2dd8a08ab7
2 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,8 @@ ENV WEB_API_USER "sharelatex"
|
|||
|
||||
ENV SHARELATEX_APP_NAME "Overleaf Community Edition"
|
||||
|
||||
ENV OPTIMISE_PDF "true"
|
||||
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
|
@ -22,6 +22,9 @@ TMP_DIR = '/var/lib/sharelatex/tmp'
|
|||
|
||||
settings =
|
||||
|
||||
clsi:
|
||||
optimiseInDocker: process.env['OPTIMISE_PDF'] == 'true'
|
||||
|
||||
brandPrefix: ""
|
||||
|
||||
allowAnonymousReadAndWriteSharing:
|
||||
|
|
Loading…
Reference in a new issue