feat: configurable paths to executables
This commit is contained in:
@@ -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