feat: configurable paths to executables
This commit is contained in:
@@ -63,3 +63,6 @@ [email protected]
|
||||
# MAILER_DSN=mailjet+api://PUBLIC_KEY:[email protected]
|
||||
# #MAILER_DSN=mailjet+smtp://PUBLIC_KEY:[email protected]
|
||||
###< symfony/mailjet-mailer ###
|
||||
|
||||
BIN_GS=/usr/bin/gs
|
||||
BIN_CONVERT=/usr/bin/convert
|
||||
|
||||
@@ -141,8 +141,8 @@ services:
|
||||
|
||||
App\Service\Pdf\Sanitizer:
|
||||
arguments:
|
||||
$binGs: '/usr/bin/gs'
|
||||
$binConvert: '/usr/bin/convert'
|
||||
$binGs: '%env(BIN_GS)%'
|
||||
$binConvert: '%env(BIN_CONVERT)%'
|
||||
|
||||
App\EventListener\UploadSessionListener:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user