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+api://PUBLIC_KEY:[email protected]
|
||||||
# #MAILER_DSN=mailjet+smtp://PUBLIC_KEY:[email protected]
|
# #MAILER_DSN=mailjet+smtp://PUBLIC_KEY:[email protected]
|
||||||
###< symfony/mailjet-mailer ###
|
###< symfony/mailjet-mailer ###
|
||||||
|
|
||||||
|
BIN_GS=/usr/bin/gs
|
||||||
|
BIN_CONVERT=/usr/bin/convert
|
||||||
|
|||||||
@@ -141,8 +141,8 @@ services:
|
|||||||
|
|
||||||
App\Service\Pdf\Sanitizer:
|
App\Service\Pdf\Sanitizer:
|
||||||
arguments:
|
arguments:
|
||||||
$binGs: '/usr/bin/gs'
|
$binGs: '%env(BIN_GS)%'
|
||||||
$binConvert: '/usr/bin/convert'
|
$binConvert: '%env(BIN_CONVERT)%'
|
||||||
|
|
||||||
App\EventListener\UploadSessionListener:
|
App\EventListener\UploadSessionListener:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user