feat(SignaturePDF): Add default variable for # Installation variable

This commit is contained in:
Simon 2024-07-31 10:34:02 +02:00
parent 2c9d4d790f
commit 7fcee4e9fc
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ services:
DISABLE_ORGANIZATION: ${DISABLE_ORGANIZATION}
PDF_DEMO_LINK: ${PDF_DEMO_LINK}
DEFAULT_LANGUAGE: ${DEFAULT_LANGUAGE:-fr_FR.UTF-8}
PDF_STORAGE_ENCRYPTION: ${PDF_STORAGE_ENCRYPTION:-true}