mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Encryption is disable by default
This commit is contained in:
parent
a0e6590181
commit
9aa0569d46
3 changed files with 8 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ ENV MAX_FILE_UPLOADS=201
|
|||
ENV PDF_STORAGE_PATH=/data
|
||||
ENV DISABLE_ORGANIZATION=false
|
||||
ENV DEFAULT_LANGUAGE=fr_FR.UTF-8
|
||||
ENV PDF_STORAGE_ENCRYPTION=true
|
||||
ENV PDF_STORAGE_ENCRYPTION=false
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y vim locales gettext-base librsvg2-bin pdftk imagemagick potrace ghostscript gpg && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue